Skip to content

Commit

Permalink
Doc fix
Browse files Browse the repository at this point in the history
  • Loading branch information
willmcgugan committed Feb 17, 2021
1 parent 61f5a0d commit e6d11cd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/source/live.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e6d11cd

Please sign in to comment.