summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Modules/posixmodule.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/posixmodule.c b/Modules/posixmodule.c
index 8350e06..8544f6a 100644
--- a/Modules/posixmodule.c
+++ b/Modules/posixmodule.c
@@ -3468,7 +3468,7 @@ posix_fdopen(PyObject *self, PyObject *args)
static char posix_isatty__doc__[] =
"isatty(fd) -> Boolean\n\
Return true if the file descriptor 'fd' is an open file descriptor\n\
-connected to a terminal.";
+connected to the slave end of a terminal.";
static PyObject *
posix_isatty(PyObject *self, PyObject *args)