diff options
| author | Alexander Steffen | 2017-07-15 11:44:15 +0200 |
|---|---|---|
| committer | Alexander Steffen | 2017-07-15 11:44:32 +0200 |
| commit | c9a48eb464879e35217e7df89a5dab568367f395 (patch) | |
| tree | 37ac80c5b96ed64ef931f19124ed9b49b9616063 /docs/library | |
| parent | 4fa9d97e4db333e3252b0e87584d29753f2da74d (diff) | |
docs,teensy: Use the name MicroPython consistently in documentation
Diffstat (limited to 'docs/library')
| -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 a8fef9309..799160145 100644 --- a/docs/library/pyb.rst +++ b/docs/library/pyb.rst @@ -21,7 +21,7 @@ Time related functions Returns the number of milliseconds since the board was last reset. - The result is always a micropython smallint (31-bit signed number), so + The result is always a MicroPython smallint (31-bit signed number), so after 2^30 milliseconds (about 12.4 days) this will start to return negative numbers. @@ -33,7 +33,7 @@ Time related functions Returns the number of microseconds since the board was last reset. - The result is always a micropython smallint (31-bit signed number), so + The result is always a MicroPython smallint (31-bit signed number), so after 2^30 microseconds (about 17.8 minutes) this will start to return negative numbers. |
