commit | f0c10f084022073c76d12ff66525e1b52d7188b7 | [log] [tgz] |
---|---|---|
author | Sandro Tosi <sandro.tosi@gmail.com> | Tue Apr 24 18:39:53 2012 +0200 |
committer | Sandro Tosi <sandro.tosi@gmail.com> | Tue Apr 24 18:39:53 2012 +0200 |
tree | 0c1cb708f858b5316e289601800d91e969a8f556 | |
parent | d57c73bbdd72eb95d8cf1e1141c8f12350dbabbd [diff] | |
parent | 3e29d93007f7ac8b96ddf0b4f925f9a9dfa06b30 [diff] |
Issue #14554: merge with 3.2
diff --git a/Doc/library/test.rst b/Doc/library/test.rst index 8b998f6..2e8ba32 100644 --- a/Doc/library/test.rst +++ b/Doc/library/test.rst
@@ -372,7 +372,7 @@ with captured_stdout() as s: print("hello") - assert s.getvalue() == "hello" + assert s.getvalue() == "hello\n" .. function:: temp_cwd(name='tempcwd', quiet=False, path=None)