summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorleollon <ccsapp.tux@gmail.com>2019-12-27 14:49:15 +0800
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2019-12-27 07:49:15 +0100
commitfef2636f281fc7ec3be90c93bd649bbef9a6bd8e (patch)
tree88c0f157873ed07d6195dc5bffd50ff21884810b
parent22ce5d0031bd795ade081394043833e82046016c (diff)
downloaddjango-fef2636f281fc7ec3be90c93bd649bbef9a6bd8e.tar.gz
Fixed typo in django/utils/termcolors.py docstring.
-rw-r--r--django/utils/termcolors.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/django/utils/termcolors.py b/django/utils/termcolors.py
index 87fe191dcc..089ae63ef0 100644
--- a/django/utils/termcolors.py
+++ b/django/utils/termcolors.py
@@ -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.