Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f0c10f0

Browse files
committed
Issue #14554: merge with 3.2
2 parents d57c73b + 3e29d93 commit f0c10f0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/library/test.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@ The :mod:`test.support` module defines the following functions:
372372

373373
with captured_stdout() as s:
374374
print("hello")
375-
assert s.getvalue() == "hello"
375+
assert s.getvalue() == "hello\n"
376376

377377

378378
.. function:: temp_cwd(name='tempcwd', quiet=False, path=None)

0 commit comments

Comments
 (0)