Skip to content

Commit 2b2c8ef

Browse files
committed
Add missing whitespace
1 parent 64cb029 commit 2b2c8ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_calendar.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -936,7 +936,7 @@ def captured_stderr_with_buffer(self):
936936
finally:
937937
sys.stderr.flush()
938938
sys.stderr.buffer.seek(0, 0)
939-
sys.stderr= orig_stderr
939+
sys.stderr = orig_stderr
940940

941941
def run_cli_ok(self, *args):
942942
with self.captured_stdout_with_buffer() as stdout:

0 commit comments

Comments
 (0)