diff options
author | Javier Candeira <javier@candeira.com> | 2017-08-14 15:42:25 +1000 |
---|---|---|
committer | Javier Candeira <javier@candeira.com> | 2017-08-14 15:42:25 +1000 |
commit | c127ace28a4faeb93ef86743c703a14258137efc (patch) | |
tree | b2f830daa3187b196bb1bb5c79c1c70c5efe5cde | |
parent | 35a1fea90b2cae9d5cc8e9eab62ba4c67e8786db (diff) | |
download | micropython-c127ace28a4faeb93ef86743c703a14258137efc.tar.gz micropython-c127ace28a4faeb93ef86743c703a14258137efc.zip |
docs/library/machine.RTC.rst: Fix typo.
-rw-r--r-- | docs/library/machine.RTC.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/library/machine.RTC.rst b/docs/library/machine.RTC.rst index 2a53b91469..95fa2b4ce6 100644 --- a/docs/library/machine.RTC.rst +++ b/docs/library/machine.RTC.rst @@ -38,7 +38,7 @@ Methods Resets the RTC to the time of January 1, 2015 and starts running it again. -.. method:: RTC.alarm(id, time, /*, repeat=False) +.. method:: RTC.alarm(id, time, \*, repeat=False) Set the RTC alarm. Time might be either a millisecond value to program the alarm to current time + time_in_ms in the future, or a datetimetuple. If the time passed is in |