summaryrefslogtreecommitdiff
path: root/src/examples/pythonGrammarParser.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/examples/pythonGrammarParser.py')
-rw-r--r--src/examples/pythonGrammarParser.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/examples/pythonGrammarParser.py b/src/examples/pythonGrammarParser.py
index f0631b8..f199917 100644
--- a/src/examples/pythonGrammarParser.py
+++ b/src/examples/pythonGrammarParser.py
@@ -9,7 +9,7 @@ from pyparsing import *
# this just skips that step and inlines the bnf text directly - this grammar was taken from
# Python 2.4.1
#
-grammar = """
+grammar = r"""
# Grammar for Python
# Note: Changing the grammar specified in this file will most likely