diff options
| author | Damien George <damien.p.george@gmail.com> | 2019-12-04 15:02:54 +1100 |
|---|---|---|
| committer | Damien George <damien.p.george@gmail.com> | 2019-12-04 15:02:54 +1100 |
| commit | 90c524c1141ed9ad8fa882dba6f36199a7768e32 (patch) | |
| tree | 0ee0799df23cb231c47de6f0b885d6f124e448c6 /docs/library/pyb.RTC.rst | |
| parent | 40cc7ec677e962c47db567479e42c27ed8911ff6 (diff) | |
docs: Remove spaces on lines that are empty.
Diffstat (limited to 'docs/library/pyb.RTC.rst')
| -rw-r--r-- | docs/library/pyb.RTC.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/library/pyb.RTC.rst b/docs/library/pyb.RTC.rst index 286268655..4c736597c 100644 --- a/docs/library/pyb.RTC.rst +++ b/docs/library/pyb.RTC.rst @@ -28,13 +28,13 @@ Methods .. method:: RTC.datetime([datetimetuple]) Get or set the date and time of the RTC. - + 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 ``subseconds`` is reset to 255). - + The 8-tuple has the following format: - + (year, month, day, weekday, hours, minutes, seconds, subseconds) ``weekday`` is 1-7 for Monday through Sunday. |
