summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorJeff Epler <jepler@gmail.com>2020-06-14 14:28:32 -0500
committerJeff Epler <jepler@unpythonic.net>2020-06-25 11:42:23 -0500
commit9737dd9c308df0d7356ee5ff727e34a93a88e302 (patch)
treea6196156515944001f1164e5d5b4f7e6ffb21475 /tools
parent9110e366369ba0f99c8e33032da64edb34a4c74a (diff)
Scripts: Change wording for pseudoterminals
Diffstat (limited to 'tools')
-rwxr-xr-xtools/pyboard.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/pyboard.py b/tools/pyboard.py
index 16ee41f70..bb5642bd7 100755
--- a/tools/pyboard.py
+++ b/tools/pyboard.py
@@ -191,7 +191,7 @@ class ProcessToSerial:
class ProcessPtyToTerminal:
- """Execute a process which creates a PTY and prints slave PTY as
+ """Execute a process which creates a PTY and prints secondary PTY as
first line of its output, and emulate serial connection using
this PTY."""