Skip to content

Commit a4a8980

Browse files
author
Kevin Townsend
committed
Travis appeasement
1 parent aafff63 commit a4a8980

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

adafruit_bluefruitspi.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,10 +153,10 @@ def __init__(self, spi, cs, irq, debug=False):
153153
def cmd(self, cmd):
154154
"""
155155
Executes the supplied AT command, which must be terminated with
156-
a new-line (\n) character.
156+
a new-line character.
157157
Returns msgtype, rspid, rsp, which are 8-bit int, 16-bit int and a
158158
bytearray.
159-
:param cmd: The new-line (\n) terminated AT command to execute.
159+
:param cmd: The new-line terminated AT command to execute.
160160
"""
161161
# Make sure we stay within the 20 byte limit
162162
if len(cmd) > 16:

0 commit comments

Comments
 (0)