Fixed typo in django/utils/termcolors.py docstring.
This commit is contained in:
parent
22ce5d0031
commit
fef2636f28
|
@ -144,7 +144,7 @@ def parse_color_setting(config_string):
|
|||
where:
|
||||
palette is a named palette; one of 'light', 'dark', or 'nocolor'.
|
||||
role is a named style used by Django
|
||||
fg is a background color.
|
||||
fg is a foreground color.
|
||||
bg is a background color.
|
||||
option is a display options.
|
||||
|
||||
|
|
Loading…
Reference in New Issue