Fixed typo in django/utils/termcolors.py docstring.

This commit is contained in:
leollon 2019-12-27 14:49:15 +08:00 committed by Mariusz Felisiak
parent 22ce5d0031
commit fef2636f28
1 changed files with 1 additions and 1 deletions

View File

@ -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.