diff options
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 262855452..1a1df9095 100644 --- a/docs/library/pyb.RTC.rst +++ b/docs/library/pyb.RTC.rst @@ -31,7 +31,7 @@ Methods With no arguments, this method returns an 8-tuple with the current date and time. With 1 argument (being an 8-tuple) it sets the date - and time. + and time (and ``subseconds`` is reset to 255). .. only:: port_pyboard |
