From f9b7704ab38d82d1de0c26deb542e497ebf14df6 Mon Sep 17 00:00:00 2001 From: David Smith <39445562+smithdc1@users.noreply.github.com> Date: Mon, 2 Aug 2021 06:51:24 +0100 Subject: Refs #32956 -- Corrected spelling of "gray". --- docs/_ext/djangodocs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/_ext/djangodocs.py') 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): -- cgit v1.2.1