Skip to content

Commit

Permalink
Merge pull request #1147 from davidbrochart/fix_typo
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
willmcgugan authored Mar 30, 2021
2 parents 11c305e + 49d0e0e commit 53698d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rich/live.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ class Live(JupyterMixin, RenderHook):
console (Console, optional): Optional Console instance. Default will an internal Console instance writing to stdout.
screen (bool, optional): Enable alternate screen mode. Defaults to False.
auto_refresh (bool, optional): Enable auto refresh. If disabled, you will need to call `refresh()` or `update()` with refresh flag. Defaults to True
refresh_per_second (float, optional): Number of times per second to refresh the live display. Defaults to 1.
refresh_per_second (float, optional): Number of times per second to refresh the live display. Defaults to 4.
transient (bool, optional): Clear the renderable on exit (has no effect when screen=True). Defaults to False.
redirect_stdout (bool, optional): Enable redirection of stdout, so ``print`` may be used. Defaults to True.
redirect_stderr (bool, optional): Enable redirection of stderr. Defaults to True.
Expand Down

0 comments on commit 53698d1

Please sign in to comment.