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 af01958 commit 976045eCopy full SHA for 976045e
Doc/library/contextlib.rst
@@ -375,8 +375,7 @@ Functions and classes provided:
375
.. function:: redirect_stderr(new_target)
376
377
Similar to :func:`~contextlib.redirect_stdout` but redirecting the global
378
- :data:`sys.stderr` to another value, typically a :term:`file object`
379
- returned from :func:`open`.
+ :data:`sys.stderr` to another value, typically a :term:`file object`.
380
381
This context manager is :ref:`reentrant <reentrant-cms>`.
382
0 commit comments