From fef2636f281fc7ec3be90c93bd649bbef9a6bd8e Mon Sep 17 00:00:00 2001 From: leollon Date: Fri, 27 Dec 2019 14:49:15 +0800 Subject: [PATCH] Fixed typo in django/utils/termcolors.py docstring. --- django/utils/termcolors.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.