Skip to content

Commit b35c765

Browse files
committed
Fix docstring typo
Signed-off-by: Ric Sapasap <[email protected]>
1 parent 1264e91 commit b35c765

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_fona/adafruit_fona.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ class FONA:
7171
"""CircuitPython FONA module interface.
7272
7373
:param ~busio.UART uart: FONA UART connection.
74-
:param ~digitalio.DigitalInOut rdt: FONA RST pin.
74+
:param ~digitalio.DigitalInOut rst: FONA RST pin.
7575
:param ~digitalio.DigitalInOut ri: Optional FONA Ring Interrupt (RI) pin.
7676
:param bool debug: Enable debugging output.
7777
"""

0 commit comments

Comments
 (0)