Skip to content

Commit 020c3e5

Browse files
committed
Update README to reflect default WARNING color
1 parent ccd8076 commit 020c3e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ By subclassing the formatter, you can override the custom `configure_style()` me
4747
def configure_style(self, style):
4848
style.DEBUG = style.HTTP_NOT_MODIFIED
4949
style.INFO = style.HTTP_INFO
50-
style.WARNING = style.HTTP_REDIRECT
50+
style.WARNING = style.HTTP_NOT_FOUND
5151
style.ERROR = style.ERROR
5252
style.CRITICAL = style.HTTP_SERVER_ERROR
5353
return style

0 commit comments

Comments
 (0)