Merge branch 'master' of github.com:willmcgugan/rich

This commit is contained in:
Will McGugan 2020-06-16 16:36:44 +01:00
commit 66363d6709
1 changed files with 1 additions and 1 deletions

View File

@ -139,7 +139,7 @@ If you have another Console object you want to use, pass it in to the :class:`~r
Redirecting stdout / stderr Redirecting stdout / stderr
~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~
To avoid breaking the progress display visuals, Rich will redirect ``stdout`` and ``stdout`` so that you can use the builtin ``print`` statement. This feature is enabled by default, but you can disable by setting ``redirect_stdout`` or ``redirect_stderr`` to ``False`` To avoid breaking the progress display visuals, Rich will redirect ``stdout`` and ``stderr`` so that you can use the builtin ``print`` statement. This feature is enabled by default, but you can disable by setting ``redirect_stdout`` or ``redirect_stderr`` to ``False``
Customizing Customizing