Skip to content

Commit 8f2d877

Browse files
committed
another typo
1 parent 36f54f1 commit 8f2d877

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_rfm9x.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -577,7 +577,7 @@ def send(self, data, timeout=2.):
577577

578578
def receive(self, timeout=0.5, keep_listening=True):
579579
"""Wait to receive a packet from the receiver. Will wait for up to
580-
timeout_s amount of seconds for a packet to be received and decoded. If
580+
timeout amount of seconds for a packet to be received and decoded. If
581581
a packet is found the payload bytes are returned, otherwise None is
582582
returned (which indicates the timeout elapsed with no reception). Note
583583
this assumes a 4-byte header is prepended to the data for compatibilty

0 commit comments

Comments
 (0)