Skip to content

Commit 00f90c6

Browse files
committed
try to fix docs unexpected indention some more
1 parent 1bf4346 commit 00f90c6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

adafruit_ntp.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,17 @@
2222
"""
2323
`adafruit_ntp`
2424
================================================================================
25+
2526
Network Time Protocol (NTP) helper for CircuitPython
2627
* Author(s): Brent Rubell
28+
2729
Implementation Notes
2830
--------------------
2931
**Hardware:**
3032
**Software and Dependencies:**
3133
* Adafruit CircuitPython firmware for the supported boards:
3234
https://github.com/adafruit/circuitpython/releases
35+
3336
"""
3437
import time
3538
import rtc
@@ -41,6 +44,7 @@
4144
class NTP:
4245
"""Network Time Protocol (NTP) helper module for CircuitPython.
4346
This module does not handle daylight savings or local time.
47+
4448
:param adafruit_esp32spi esp: ESP32SPI object.
4549
"""
4650

0 commit comments

Comments
 (0)