summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--shared-bindings/bleio/Device.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/shared-bindings/bleio/Device.c b/shared-bindings/bleio/Device.c
index e89bc45a2..64cfb762f 100644
--- a/shared-bindings/bleio/Device.c
+++ b/shared-bindings/bleio/Device.c
@@ -90,7 +90,7 @@
//| .. class:: Device(address=None, scan_entry=None)
//|
-//| Create a new Device object. If the `address` or `scan_entry` parameters are not `None`,
+//| Create a new Device object. If the `address` or :py:data:`scan_entry` parameters are not `None`,
//| the role is set to Central, otherwise it's set to Peripheral.
//|
//| :param bleio.Address address: The address of the device to connect to