mirror of https://github.com/Textualize/rich.git
clean up diffs
This commit is contained in:
parent
ef943a95a2
commit
854638f54e
|
@ -6,3 +6,4 @@ Appendix
|
|||
|
||||
appendix/box.rst
|
||||
appendix/colors.rst
|
||||
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue