Skip to content

Commit 1c31cf5

Browse files
committed
sphinx fix
1 parent 364ee62 commit 1c31cf5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shared-bindings/bleio/Scanner.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ STATIC mp_obj_t bleio_scanner_make_new(const mp_obj_type_t *type, size_t n_args,
7575
//| Must be in the range 0.0025 - 40.959375 seconds.
7676
//| :param float window: the duration (in seconds) to scan a single BLE channel.
7777
//| window must be <= interval.
78-
//| :returns: an iterable of `bleio.ScanEntry` objects
78+
//| :returns: an iterable of `ScanEntry` objects
7979
//| :rtype: iterable
8080
//|
8181
STATIC mp_obj_t bleio_scanner_scan(size_t n_args, const mp_obj_t *pos_args, mp_map_t *kw_args) {

0 commit comments

Comments
 (0)