clean up diffs

This commit is contained in:
Nathan Page 2022-01-03 11:30:48 -05:00
parent ef943a95a2
commit 854638f54e
2 changed files with 2 additions and 1 deletions

View File

@ -6,3 +6,4 @@ Appendix
appendix/box.rst
appendix/colors.rst

View File

@ -141,7 +141,7 @@ The Theme class will inherit the default styles builtin to Rich. If your custom
You can disable inheriting the default theme by setting ``inherit=False`` on the :class:`rich.theme.Theme` constructor.
To see the default theme run the following commands::
To see the default theme, run the following commands::
python -m rich.theme
python -m rich.default_styles