Skip to content

Commit 83806d6

Browse files
author
brentru
committed
method does not return, it sets
1 parent 5627d92 commit 83806d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_tinylora/adafruit_tinylora.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ def set_datarate(self, datarate):
288288
raise KeyError("Invalid or Unsupported Datarate.")
289289

290290
def set_channel(self, channel):
291-
"""Returns the RFM Channel (if single-channel)
291+
"""Sets the RFM Channel (if single-channel)
292292
:param int channel: Transmit Channel (0 through 7).
293293
"""
294294
self._rfm_msb, self._rfm_mid, self._rfm_lsb = self._frequencies[channel]

0 commit comments

Comments
 (0)