We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf01d4c commit 0b54103Copy full SHA for 0b54103
1 file changed
Lib/test/test_structseq.py
@@ -358,7 +358,7 @@ def test_reference_cycle(self):
358
359
def test_replace_gc_tracked(self):
360
# Verify that __replace__ results are properly GC-tracked
361
- time_struct= time.gmtime(0)
+ time_struct = time.gmtime(0)
362
lst = []
363
replaced_struct = time_struct.__replace__(tm_year=lst)
364
lst.append(replaced_struct)
0 commit comments