We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 230d658 commit c4808c8Copy full SHA for c4808c8
1 file changed
Lib/_colorize.py
@@ -79,12 +79,12 @@ class ANSIColors:
79
# Experimental theming support (see gh-133346)
80
#
81
82
-# - create a theme by copying an existing `Theme` with one or more sections
+# - Create a theme by copying an existing `Theme` with one or more sections
83
# replaced, using `default_theme.copy_with()`;
84
# - create a theme section by copying an existing `ThemeSection` with one or
85
# more colors replaced, using for example `default_theme.repl.copy_with()`;
86
# - create a theme from scratch by instantiating a `Theme` data class with
87
-# the required sections (with are also dataclass instances).
+# the required sections (which are also dataclass instances).
88
89
# Then call `_colorize.set_theme(your_theme)` to set it.
90
0 commit comments