From d35977097037d0b3ea9bd5fd200868a6f5e6541d Mon Sep 17 00:00:00 2001 From: Will McGugan Date: Wed, 17 Feb 2021 22:45:29 +0000 Subject: [PATCH] Update live.rst --- docs/source/live.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/live.rst b/docs/source/live.rst index ab43000e..3bd05181 100644 --- a/docs/source/live.rst +++ b/docs/source/live.rst @@ -72,7 +72,7 @@ You can also change the renderable on-the-fly by calling the :meth:`~rich.live.L Alternate screen ~~~~~~~~~~~~~~~~ -You can opt to show a Live display in the "alternate screen" by setting ``screen=False`` on the constructor. This will allow your live display to go full screen and restore the command prompt on exit. +You can opt to show a Live display in the "alternate screen" by setting ``screen=True`` on the constructor. This will allow your live display to go full screen and restore the command prompt on exit. You can use this feature in combination with :ref:`Layout` to display sophisticated terminal "applications".