diff options
Diffstat (limited to 'docs/rp2/quickref.rst')
| -rw-r--r-- | docs/rp2/quickref.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/rp2/quickref.rst b/docs/rp2/quickref.rst index 6bbe17954..4c8c02dc0 100644 --- a/docs/rp2/quickref.rst +++ b/docs/rp2/quickref.rst @@ -202,7 +202,7 @@ See :ref:`machine.RTC <machine.RTC>` :: from machine import RTC rtc = RTC() - rtc.datetime((2017, 8, 23, 1, 12, 48, 0, 0)) # set a specific date and time + rtc.datetime((2017, 8, 23, 2, 12, 48, 0, 0)) # set a specific date and time rtc.datetime() # get date and time WDT (Watchdog timer) |
