Skip to content

Commit 1bf4346

Browse files
committed
try to fix docs unexpected indention
1 parent bdeb3a1 commit 1bf4346

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

adafruit_ntp.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +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+
5859
:param int tz_offset: The offset of the local timezone,
5960
in seconds west of UTC (negative in most of Western Europe,
6061
positive in the US, zero in the UK).

0 commit comments

Comments
 (0)