docs: fix typos and whitespace

This commit is contained in:
Aaron Stephens 2022-01-03 01:04:35 -08:00
parent 2ba277ac54
commit c3469772a4
14 changed files with 30 additions and 30 deletions

View file

@ -10,7 +10,7 @@ Requirements
Rich works with OSX, Linux and Windows.
On Windows both the (ancient) cmd.exe terminal is supported and the new `Windows Terminal <https://github.com/microsoft/terminal/releases>`_. The later has much improved support for color and style.
On Windows both the (ancient) cmd.exe terminal is supported and the new `Windows Terminal <https://github.com/microsoft/terminal/releases>`_. The latter has much improved support for color and style.
Rich requires Python 3.6.1 and above. Note that Python 3.6.0 is *not* supported due to lack of support for methods on NamedTuples.
@ -63,7 +63,7 @@ This writes the following output to the terminal (including all the colors and s
<span style="font-weight: bold">}</span> </pre>
If you would rather not shadow Python's builtin print, you can import ``rich.print`` as ``rprint`` (for example)::
If you would rather not shadow Python's built-in print, you can import ``rich.print`` as ``rprint`` (for example)::
from rich import print as rprint