Fix pulseio.PulseIn __len__() documentation

This commit is contained in:
dmcomm 2021-06-29 13:38:12 +01:00 committed by GitHub
parent 8a5a7457ab
commit ae8ea915d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -237,7 +237,7 @@ const mp_obj_property_t pulseio_pulsein_paused_obj = {
//| def __bool__(self) -> bool: ...
//|
//| def __len__(self) -> int:
//| """Returns the current pulse length
//| """Returns the number of pulse durations currently stored.
//|
//| This allows you to::
//|