Skip to content

Commit 91a842e

Browse files
Adjusted doctoring formatting
1 parent 772dab6 commit 91a842e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_ntp.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ def __init__(self, esp):
5555
def set_time(self, tz_offset=0):
5656
"""Fetches and sets the microcontroller's current time
5757
in seconds since since Jan 1, 1970.
58-
:param int tz_offset: The offset of the local timezone,
58+
:param tz_offset: The offset of the local timezone,
5959
in seconds west of UTC (negative in most of Western Europe,
6060
positive in the US, zero in the UK).
6161
"""

0 commit comments

Comments
 (0)