Skip to content

Commit 22e6c71

Browse files
pablogsalgvanrossum
andcommitted
Update Doc/tools/extensions/peg_highlight.py
Co-authored-by: Guido van Rossum <gvanrossum@gmail.com>
1 parent de4d919 commit 22e6c71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/tools/extensions/peg_highlight.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
class PEGLexer(RegexLexer):
88
"""Pygments Lexer for PEG grammar (.gram) files
99
10-
This lexer stripts the following elements from the grammar:
10+
This lexer strips the following elements from the grammar:
1111
1212
- Meta-tags
1313
- Variable assignments

0 commit comments

Comments
 (0)