From e6d11cd4c7caf73df18854d980c9369781e1c9c7 Mon Sep 17 00:00:00 2001 From: Will McGugan Date: Wed, 17 Feb 2021 22:44:09 +0000 Subject: [PATCH] Doc fix --- docs/source/live.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/source/live.rst b/docs/source/live.rst index 916a2f3e..ab43000e 100644 --- a/docs/source/live.rst +++ b/docs/source/live.rst @@ -39,8 +39,7 @@ To create a live display, construct a :class:`~rich.live.Live` object with a ren Updating the renderable ~~~~~~~~~~~~~~~~~~~~~~~ -You can also change the renderable on-the-fly by calling the :meth:`~rich.live.Live.update` method. This may be useful if the information you wish to display is too dynamic to generate by updating a single renderable. Here is an example: - +You can also change the renderable on-the-fly by calling the :meth:`~rich.live.Live.update` method. This may be useful if the information you wish to display is too dynamic to generate by updating a single renderable. Here is an example:: import random import time