Skip to content

Commit 2dab0a6

Browse files
committed
fiddle
1 parent efd8cba commit 2dab0a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_circuitpython_rplidar.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ def log_bytes(self, level, msg, ba):
157157
self.log(level, msg + ' '.join(bs))
158158

159159
def connect(self):
160-
'''Connects to the serial port with the name `self.port`. If it was
160+
'''Connects to the serial port named by the port instance var. If it was
161161
connected to another serial port disconnects from it first.'''
162162
if not self.is_CP:
163163
if self._serial_port is not None:

0 commit comments

Comments
 (0)