Skip to content

Commit aca1314

Browse files
authored
Merge pull request #4948 from dmcomm/pulsein-len-docs
Fix pulseio.PulseIn __len__() documentation
2 parents 826e259 + ae8ea91 commit aca1314

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)