summaryrefslogtreecommitdiffstats
path: root/Lib/lib2to3/Grammar.txt
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2012-01-16 02:28:00 (GMT)
committerBenjamin Peterson <benjamin@python.org>2012-01-16 02:28:00 (GMT)
commita846d0ac5ec0358aead07bb1a5f1a6ba3f7c4694 (patch)
tree6b562bb844fd7e0d6e302bb7ddea340a918d9ab8 /Lib/lib2to3/Grammar.txt
parent33880601273ec60572df3dfe5f781f34893bbafb (diff)
downloadcpython-a846d0ac5ec0358aead07bb1a5f1a6ba3f7c4694.zip
cpython-a846d0ac5ec0358aead07bb1a5f1a6ba3f7c4694.tar.gz
cpython-a846d0ac5ec0358aead07bb1a5f1a6ba3f7c4694.tar.bz2
explain why we need this grammar file (closes #13766)
Diffstat (limited to 'Lib/lib2to3/Grammar.txt')
-rw-r--r--Lib/lib2to3/Grammar.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/lib2to3/Grammar.txt b/Lib/lib2to3/Grammar.txt
index 8a96726..1e1f24c 100644
--- a/Lib/lib2to3/Grammar.txt
+++ b/Lib/lib2to3/Grammar.txt
@@ -1,4 +1,4 @@
-# Grammar for Python
+# Grammar for 2to3. This grammar supports Python 2.x and 3.x.
# Note: Changing the grammar specified in this file will most likely
# require corresponding changes in the parser module