summaryrefslogtreecommitdiff
path: root/portato/gui/wrapper.py
diff options
context:
space:
mode:
Diffstat (limited to 'portato/gui/wrapper.py')
-rw-r--r--portato/gui/wrapper.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/portato/gui/wrapper.py b/portato/gui/wrapper.py
index 011c819..2a88bdf 100644
--- a/portato/gui/wrapper.py
+++ b/portato/gui/wrapper.py
@@ -198,9 +198,9 @@ class Console:
Each frontend _MUST_ define its own subclass and implement ALL of the methods, otherwise a NotImplementedError will be thrown."""
def set_pty (self, pty):
- """This sets the pseudo-terminal where to print the incoming output to.
+ """This sets the pty master.
- @param pty: the terminal to print to
+ @param pty: the pty master
@type pty: file-descriptor"""
raise NotImplementedError