Skip to content

Commit ae8ea91

Browse files
authored
Fix pulseio.PulseIn __len__() documentation
1 parent 8a5a745 commit ae8ea91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shared-bindings/pulseio/PulseIn.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ const mp_obj_property_t pulseio_pulsein_paused_obj = {
237237
//| def __bool__(self) -> bool: ...
238238
//|
239239
//| def __len__(self) -> int:
240-
//| """Returns the current pulse length
240+
//| """Returns the number of pulse durations currently stored.
241241
//|
242242
//| This allows you to::
243243
//|

0 commit comments

Comments
 (0)