Skip to content

Commit c62b708

Browse files
committed
bleio: Fix docs error
1 parent 5354aea commit c62b708

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shared-bindings/bleio/Device.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090

9191
//| .. class:: Device(address=None, scan_entry=None)
9292
//|
93-
//| Create a new Device object. If the `address` or `scan_entry` parameters are not `None`,
93+
//| Create a new Device object. If the `address` or :py:data:`scan_entry` parameters are not `None`,
9494
//| the role is set to Central, otherwise it's set to Peripheral.
9595
//|
9696
//| :param bleio.Address address: The address of the device to connect to

0 commit comments

Comments
 (0)