Refs #32956 -- Corrected spelling of "gray".

This commit is contained in:
David Smith 2021-08-02 06:51:24 +01:00 committed by GitHub
parent 6802ac4415
commit f9b7704ab3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 5 additions and 5 deletions

View file

@ -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):