summaryrefslogtreecommitdiffstatshomepage
path: root/docs/library/pyb.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/library/pyb.rst')
-rw-r--r--docs/library/pyb.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/library/pyb.rst b/docs/library/pyb.rst
index 7be39a5d8e..2f3e7d36bd 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::