Skip to content

Commit 7159045

Browse files
Moved all :param text to single line.
1 parent 4687467 commit 7159045

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

adafruit_ntp.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,7 @@ 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 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).
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).
6260
"""
6361

6462
try:

0 commit comments

Comments
 (0)