diff options
author | David Smith <39445562+smithdc1@users.noreply.github.com> | 2021-08-02 06:51:24 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-02 07:51:24 +0200 |
commit | f9b7704ab38d82d1de0c26deb542e497ebf14df6 (patch) | |
tree | c15f427178316e6a234791dd4c52fcc3d2433c28 /docs/_ext/djangodocs.py | |
parent | 6802ac4415d6ebf9500df47dc22727a1d1b569d1 (diff) | |
download | django-f9b7704ab38d82d1de0c26deb542e497ebf14df6.tar.gz |
Refs #32956 -- Corrected spelling of "gray".
Diffstat (limited to 'docs/_ext/djangodocs.py')
-rw-r--r-- | docs/_ext/djangodocs.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/_ext/djangodocs.py b/docs/_ext/djangodocs.py index b21cfebc9e..dfc9e12682 100644 --- a/docs/_ext/djangodocs.py +++ b/docs/_ext/djangodocs.py @@ -280,7 +280,7 @@ class ConsoleDirective(CodeBlock): required_arguments = 0 # The 'doscon' Pygments formatter needs a prompt like this. '>' alone # won't do it because then it simply paints the whole command line as a - # grey comment with no highlighting at all. + # gray comment with no highlighting at all. WIN_PROMPT = r'...\> ' def run(self): |