mirror of
https://github.com/django/django.git
synced 2025-07-13 00:05:16 +00:00
Refs #32956 -- Corrected spelling of "gray".
This commit is contained in:
parent
6802ac4415
commit
f9b7704ab3
4 changed files with 5 additions and 5 deletions
|
@ -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):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue