From 854638f54e9ba17d9f2e6a9dc6e0a1af0509d29d Mon Sep 17 00:00:00 2001 From: Nathan Page Date: Mon, 3 Jan 2022 11:30:48 -0500 Subject: [PATCH] clean up diffs --- docs/source/appendix.rst | 1 + docs/source/style.rst | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/source/appendix.rst b/docs/source/appendix.rst index a381eb84..3ae7fa68 100644 --- a/docs/source/appendix.rst +++ b/docs/source/appendix.rst @@ -6,3 +6,4 @@ Appendix appendix/box.rst appendix/colors.rst + \ No newline at end of file diff --git a/docs/source/style.rst b/docs/source/style.rst index 4b96117a..53ff7c51 100644 --- a/docs/source/style.rst +++ b/docs/source/style.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