Skip to content

Commit a7b0446

Browse files
committed
fixed another typo
1 parent 32cdbd5 commit a7b0446

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_rfm69.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ def __init__(
305305
# initialize last RSSI reading
306306
self.last_rssi = 0.0
307307
"""The RSSI of the last received packet. Stored when the packet was received.
308-
This instataneous RSSI value may not be accurate once the
308+
This instantaneous RSSI value may not be accurate once the
309309
operating mode has been changed.
310310
"""
311311
# initialize timeouts and delays delays

0 commit comments

Comments
 (0)