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.RTC.rst | |
parent | 3eb532e97463b7f9b9ffe6f617a035284ef3e37b (diff) | |
download | micropython-ce166e6b68b7fafb73a99fd64081f8a4155fe22a.tar.gz micropython-ce166e6b68b7fafb73a99fd64081f8a4155fe22a.zip |
docs: Spelling mistakes
Diffstat (limited to 'docs/library/pyb.RTC.rst')
-rw-r--r-- | docs/library/pyb.RTC.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/library/pyb.RTC.rst b/docs/library/pyb.RTC.rst index 383ddf20c2..2628554526 100644 --- a/docs/library/pyb.RTC.rst +++ b/docs/library/pyb.RTC.rst @@ -73,7 +73,7 @@ Methods value, which is an integer in the range [-511 : 512]. With one argument it sets the RTC calibration. - The RTC Smooth Calibration mechanism addjusts the RTC clock rate by + The RTC Smooth Calibration mechanism adjusts the RTC clock rate by adding or subtracting the given number of ticks from the 32768 Hz clock over a 32 second period (corresponding to 2^20 clock ticks.) Each tick added will speed up the clock by 1 part in 2^20, or 0.954 |