diff options
| author | Dan Halbert <halbert@halwitz.org> | 2019-07-16 21:03:36 -0400 |
|---|---|---|
| committer | Dan Halbert <halbert@halwitz.org> | 2019-07-16 21:03:36 -0400 |
| commit | 1c31cf5f6a6d9cff6f086114f6e0a03b5247c623 (patch) | |
| tree | 30e6f405cd6da1fc0067ca304c2b0ebd4460e9fe /shared-bindings/bleio/Scanner.c | |
| parent | 364ee62d108bbdc1d4da8bb646a9332a68964b76 (diff) | |
sphinx fix
Diffstat (limited to 'shared-bindings/bleio/Scanner.c')
| -rw-r--r-- | shared-bindings/bleio/Scanner.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shared-bindings/bleio/Scanner.c b/shared-bindings/bleio/Scanner.c index 712425c25..269c42591 100644 --- a/shared-bindings/bleio/Scanner.c +++ b/shared-bindings/bleio/Scanner.c @@ -75,7 +75,7 @@ STATIC mp_obj_t bleio_scanner_make_new(const mp_obj_type_t *type, size_t n_args, //| 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. -//| :returns: an iterable of `bleio.ScanEntry` objects +//| :returns: an iterable of `ScanEntry` objects //| :rtype: iterable //| STATIC mp_obj_t bleio_scanner_scan(size_t n_args, const mp_obj_t *pos_args, mp_map_t *kw_args) { |
