diff options
| author | arturo182 <arturo182@tlen.pl> | 2018-07-26 00:16:36 +0200 |
|---|---|---|
| committer | arturo182 <arturo182@tlen.pl> | 2018-10-21 16:00:15 +0200 |
| commit | c62b708012378f53ccb8c2691f79203e1d698f4b (patch) | |
| tree | fd6e1fa555b9dca1fd4e14daefe2dab3b9840663 | |
| parent | 5354aeab4c2aaee53c07caa6242701cbac069d2d (diff) | |
bleio: Fix docs error
| -rw-r--r-- | shared-bindings/bleio/Device.c | 2 |
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 |
