From 5dab0cabdb9a55a3766bb35b9e47509f3a66919d Mon Sep 17 00:00:00 2001 From: calve Date: Tue, 16 Jun 2020 09:13:09 +0200 Subject: [PATCH] Fix typo --- docs/source/progress.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/progress.rst b/docs/source/progress.rst index 9372f5c0..e5f13f1d 100644 --- a/docs/source/progress.rst +++ b/docs/source/progress.rst @@ -139,7 +139,7 @@ If you have another Console object you want to use, pass it in to the :class:`~r 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