bleio: Fix docs error

This commit is contained in:
arturo182 2018-07-26 00:16:36 +02:00
parent 5354aeab4c
commit c62b708012
1 changed files with 1 additions and 1 deletions

View File

@ -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