Skip to content

Commit dc78998

Browse files
Update Lib/_colorize.py
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
1 parent 7f9e78b commit dc78998

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/_colorize.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ class Argparse(ThemeSection):
171171
action: str = ANSIColors.BOLD_GREEN
172172
reset: str = ANSIColors.RESET
173173
error: str = ANSIColors.BOLD_MAGENTA
174-
warning: str = ANSIColors.BOLD_MAGENTA
174+
warning: str = ANSIColors.BOLD_YELLOW
175175
message: str = ANSIColors.MAGENTA
176176

177177

0 commit comments

Comments
 (0)