Skip to content

Commit c4808c8

Browse files
ambvhugovk
andauthored
Apply suggestions from code review
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
1 parent 230d658 commit c4808c8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Lib/_colorize.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,12 +79,12 @@ class ANSIColors:
7979
# Experimental theming support (see gh-133346)
8080
#
8181

82-
# - create a theme by copying an existing `Theme` with one or more sections
82+
# - Create a theme by copying an existing `Theme` with one or more sections
8383
# replaced, using `default_theme.copy_with()`;
8484
# - create a theme section by copying an existing `ThemeSection` with one or
8585
# more colors replaced, using for example `default_theme.repl.copy_with()`;
8686
# - create a theme from scratch by instantiating a `Theme` data class with
87-
# the required sections (with are also dataclass instances).
87+
# the required sections (which are also dataclass instances).
8888
#
8989
# Then call `_colorize.set_theme(your_theme)` to set it.
9090
#

0 commit comments

Comments
 (0)