summaryrefslogtreecommitdiff
path: root/shared-bindings/bleio/Scanner.c
diff options
context:
space:
mode:
authorDan Halbert <halbert@halwitz.org>2019-07-11 18:23:45 -0400
committerDan Halbert <halbert@halwitz.org>2019-07-11 18:23:45 -0400
commit514d4146d3bf786fe6c582a645e305e709b618ad (patch)
tree57cea83d097d486011e511edc49bbcfe6385ae95 /shared-bindings/bleio/Scanner.c
parentd8a4f71ec77a9aa8f5e037a94b7dd72022f24e86 (diff)
Fix sphinx warnings.
Diffstat (limited to 'shared-bindings/bleio/Scanner.c')
-rw-r--r--shared-bindings/bleio/Scanner.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/shared-bindings/bleio/Scanner.c b/shared-bindings/bleio/Scanner.c
index d50f69fc5..79ab34931 100644
--- a/shared-bindings/bleio/Scanner.c
+++ b/shared-bindings/bleio/Scanner.c
@@ -73,8 +73,8 @@ STATIC mp_obj_t bleio_scanner_make_new(const mp_obj_type_t *type, size_t n_args,
//| :param float timeout: the scan timeout in seconds
//| :param float interval: the interval (in seconds) between the start of two consecutive scan windows
//| Must be in the range 0.0025 - 40.959375 seconds.
-//| :param float window: the duration (in seconds) to scan a single BLE channel
-//| `window` must be <= `interval`.
+//| :param float window: the duration (in seconds) to scan a single BLE channel.
+//| window must be <= interval.
//| :returns: advertising packets found
//| :rtype: list of :py:class:`bleio.ScanEntry`
//|