Skip to content

Commit ee588ac

Browse files
committed
fix spelling
1 parent 32f2507 commit ee588ac

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

serial_plugin/serial_get_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
class Version(SerialBase):
99
"""
10-
Represents a utility for interacting with a device to fetch the
10+
Represents a utility for interacting with a device to fetch the
1111
current Micropython version of MicroPython firmware flashed device
1212
over a serial connection.
1313
"""

serial_plugin/serial_monitor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
class Debug(SerialBase):
1111
"""
1212
Represents a utility for interacting with a device to fetch the
13-
current console output over a serial connection for specific time.
13+
current console output over a serial connection for a specific time.
1414
"""
1515

1616
def get_debug(self, seconds: int = SERIAL_SECONDS) -> str:

0 commit comments

Comments
 (0)