diff --git a/testing/test_pytester.py b/testing/test_pytester.py index b6b1a0b5c..fa0cfce97 100644 --- a/testing/test_pytester.py +++ b/testing/test_pytester.py @@ -680,7 +680,7 @@ def test_popen_default_stdin_stderr_and_stdin_None(testdir) -> None: # stdin can be None to not close the pipe, avoiding # "ValueError: flush of closed file" with `communicate()`. # - # Wraps the test to not make it hang when run with "-s". + # Wraps the test to make it not hang when run with "-s". p1 = testdir.makepyfile( ''' import sys