diff options
| author | Jeff Epler <jepler@gmail.com> | 2020-06-14 14:28:32 -0500 |
|---|---|---|
| committer | Jeff Epler <jepler@unpythonic.net> | 2020-06-25 11:42:23 -0500 |
| commit | 9737dd9c308df0d7356ee5ff727e34a93a88e302 (patch) | |
| tree | a6196156515944001f1164e5d5b4f7e6ffb21475 /tools | |
| parent | 9110e366369ba0f99c8e33032da64edb34a4c74a (diff) | |
Scripts: Change wording for pseudoterminals
Diffstat (limited to 'tools')
| -rwxr-xr-x | tools/pyboard.py | 2 |
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.""" |
