Skip to content

Commit 7d2b3f9

Browse files
committed
Tiny documentation change
1 parent 5cb44de commit 7d2b3f9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CircuitPython_Pyloton/code.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
# Stop scanning whether or not we are connected.
4545
ble.stop_scan()
4646

47-
# You may need to remove some parts of the following line depending on what
47+
# You may need to remove some parts of the following 2 lines depending on what
4848
# devices you are using.
4949
if hr_connection and speed_cad_connections[0] and ams:
5050
if hr_connection.connected and speed_cad_connections[0].connected and ams.connected:

0 commit comments

Comments
 (0)