Skip to content

Commit 765c7c4

Browse files
authored
Update test_argparse.py
1 parent d3f2ff1 commit 765c7c4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/test/test_argparse.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1829,7 +1829,7 @@ def test_r_1_replace(self):
18291829
class StdStreamComparer:
18301830
def __init__(self, attr):
18311831
# We try to use the actual stdXXX.buffer attribute as our
1832-
# marker, but but under some test environments,
1832+
# marker, but under some test environments,
18331833
# sys.stdout/err are replaced by io.StringIO which won't have .buffer,
18341834
# so we use a sentinel simply to show that the tests do the right thing
18351835
# for any buffer supporting object

0 commit comments

Comments
 (0)