We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32f2507 commit ee588acCopy full SHA for ee588ac
serial_plugin/serial_get_version.py
@@ -7,7 +7,7 @@
7
8
class Version(SerialBase):
9
"""
10
- Represents a utility for interacting with a device to fetch the
+ Represents a utility for interacting with a device to fetch the
11
current Micropython version of MicroPython firmware flashed device
12
over a serial connection.
13
serial_plugin/serial_monitor.py
@@ -10,7 +10,7 @@
class Debug(SerialBase):
Represents a utility for interacting with a device to fetch the
- current console output over a serial connection for specific time.
+ current console output over a serial connection for a specific time.
14
15
16
def get_debug(self, seconds: int = SERIAL_SECONDS) -> str:
0 commit comments