diff options
| author | Mike Causer <mcauser@gmail.com> | 2016-08-01 09:52:00 +1000 |
|---|---|---|
| committer | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2016-08-02 11:17:46 +0300 |
| commit | ce166e6b68b7fafb73a99fd64081f8a4155fe22a (patch) | |
| tree | 20b063465b430968482cea18c41f949fbd2ec845 /docs/library/pyb.rst | |
| parent | 3eb532e97463b7f9b9ffe6f617a035284ef3e37b (diff) | |
docs: Spelling mistakes
Diffstat (limited to 'docs/library/pyb.rst')
| -rw-r--r-- | docs/library/pyb.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/library/pyb.rst b/docs/library/pyb.rst index 7be39a5d8..2f3e7d36b 100644 --- a/docs/library/pyb.rst +++ b/docs/library/pyb.rst @@ -46,7 +46,7 @@ Time related functions Returns the number of milliseconds which have elapsed since ``start``. This function takes care of counter wrap, and always returns a positive - number. This means it can be used to measure periods upto about 12.4 days. + number. This means it can be used to measure periods up to about 12.4 days. Example:: @@ -59,7 +59,7 @@ Time related functions Returns the number of microseconds which have elapsed since ``start``. This function takes care of counter wrap, and always returns a positive - number. This means it can be used to measure periods upto about 17.8 minutes. + number. This means it can be used to measure periods up to about 17.8 minutes. Example:: |
