diff options
Diffstat (limited to 'Lib/test/test_pty.py')
-rw-r--r-- | Lib/test/test_pty.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_pty.py b/Lib/test/test_pty.py index 9b95754..b119f62 100644 --- a/Lib/test/test_pty.py +++ b/Lib/test/test_pty.py @@ -60,7 +60,7 @@ if pid == pty.CHILD: os._exit(3) # After pty.fork(), the child should already be a session leader. - # (on those systems that have that concept.) + # (on those systems that have that concept.) debug("In child, calling os.setsid()") try: os.setsid() |