Skip to content

Commit

Permalink
sphinx fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dhalbert committed Jul 17, 2019
1 parent 364ee62 commit 1c31cf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shared-bindings/bleio/Scanner.c
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 1c31cf5

Please sign in to comment.