Skip to content

Commit cf6f0fc

Browse files
committed
fix alignment
1 parent 9aa5866 commit cf6f0fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_cmd_line.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,7 @@ def test_osx_android_utf8(self):
337337
self.assertEqual(p.returncode, 0)
338338

339339
@unittest.skipIf(os.environ.get("PYTHONUNBUFFERED", "0") != "0",
340-
"Python stdio buffering is disabled.")
340+
"Python stdio buffering is disabled.")
341341
def test_non_interactive_output_buffering(self):
342342
code = textwrap.dedent("""
343343
import sys

0 commit comments

Comments
 (0)