mirror of https://github.com/Textualize/rich.git
fix: small error in docs
This commit is contained in:
parent
473eac577f
commit
ca8a509d08
|
@ -384,7 +384,7 @@ Interactive mode
|
|||
Rich will remove animations such as progress bars and status indicators when not writing to a terminal as you probably don't want to write these out to a text file (for example). You can override this behavior by setting the ``force_interactive`` argument on the constructor. Set it to True to enable animations or False to disable them.
|
||||
|
||||
.. note::
|
||||
Some CI systems support ANSI color and style but not anything that moves the cursor or selectively refreshes parts of the terminal. For these you might want to set ``force_terminal`` to ``True`` and ``force_interactve`` to ``False``.
|
||||
Some CI systems support ANSI color and style but not anything that moves the cursor or selectively refreshes parts of the terminal. For these you might want to set ``force_terminal`` to ``True`` and ``force_interactive`` to ``False``.
|
||||
|
||||
Environment variables
|
||||
---------------------
|
||||
|
|
Loading…
Reference in New Issue