From 38b2f0adb352b6a24334ddf0f7bb8780333f0e47 Mon Sep 17 00:00:00 2001 From: Chris Laws Date: Mon, 2 Aug 2021 22:19:00 +0930 Subject: [PATCH] Fix trivial typo and grammar in live docs --- docs/source/live.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/live.rst b/docs/source/live.rst index 193dbeb2..f2c5cc76 100644 --- a/docs/source/live.rst +++ b/docs/source/live.rst @@ -5,7 +5,7 @@ Live Display Progress bars and status indicators use a *live* display to animate parts of the terminal. You can build custom live displays with the :class:`~rich.live.Live` class. -For a demonstration of a live display, running the following command: +For a demonstration of a live display, run the following command: python -m rich.live @@ -16,7 +16,7 @@ For a demonstration of a live display, running the following command: Basic usage ~~~~~~~~~~~ -To create a live display, construct a :class:`~rich.live.Live` object with a renderable and use it has a context manager. The live display will persist for the duration of the context. You can update the renderable to update the display:: +To create a live display, construct a :class:`~rich.live.Live` object with a renderable and use it as a context manager. The live display will persist for the duration of the context. You can update the renderable to update the display:: import time