Skip to content

Commit afcd3d9

Browse files
Indented multi-line parameter description
1 parent 7159045 commit afcd3d9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

adafruit_ntp.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,9 @@ def set_time(self, tz_offset=0):
5656
"""Fetches and sets the microcontroller's current time
5757
in seconds since since Jan 1, 1970.
5858
59-
:param int tz_offset: The offset of the local timezone, in seconds west of UTC (negative in most of Western Europe, positive in the US, zero in the UK).
59+
:param int tz_offset: The offset of the local timezone,
60+
in seconds west of UTC (negative in most of Western Europe,
61+
positive in the US, zero in the UK).
6062
"""
6163

6264
try:

0 commit comments

Comments
 (0)