Skip to content

Commit

Permalink
fix alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
WolframAlph committed Jan 11, 2025
1 parent 9aa5866 commit cf6f0fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Lib/test/test_cmd_line.py
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@ def test_osx_android_utf8(self):
self.assertEqual(p.returncode, 0)

@unittest.skipIf(os.environ.get("PYTHONUNBUFFERED", "0") != "0",
"Python stdio buffering is disabled.")
"Python stdio buffering is disabled.")
def test_non_interactive_output_buffering(self):
code = textwrap.dedent("""
import sys
Expand Down

0 comments on commit cf6f0fc

Please sign in to comment.