Skip to content

Commit f69ef97

Browse files
committed
docs: Move ubluetooth under "MicroPython-specific libraries".
CPython does not have a bluetooth module, so it is not appropriate to call ubluetooth a Python standard library or micro-library.
1 parent f301170 commit f69ef97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/library/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,6 @@ it will fallback to loading the built-in ``ujson`` module.
8080
sys.rst
8181
uarray.rst
8282
ubinascii.rst
83-
ubluetooth.rst
8483
ucollections.rst
8584
uerrno.rst
8685
uhashlib.rst
@@ -112,6 +111,7 @@ the following libraries.
112111
machine.rst
113112
micropython.rst
114113
network.rst
114+
ubluetooth.rst
115115
ucryptolib.rst
116116
uctypes.rst
117117

0 commit comments

Comments
 (0)