summaryrefslogtreecommitdiffstats
path: root/Lib/lib2to3
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2012-01-16 02:28:13 (GMT)
committerBenjamin Peterson <benjamin@python.org>2012-01-16 02:28:13 (GMT)
commit0c6bab1c24e8796b93739350c8c78cdc59efd3b3 (patch)
tree1743d8a3c86fad59d1e79df76e1c32cf4418dde7 /Lib/lib2to3
parent9487c4db8295c2651759217a6310f93a94158822 (diff)
parenta846d0ac5ec0358aead07bb1a5f1a6ba3f7c4694 (diff)
downloadcpython-0c6bab1c24e8796b93739350c8c78cdc59efd3b3.zip
cpython-0c6bab1c24e8796b93739350c8c78cdc59efd3b3.tar.gz
cpython-0c6bab1c24e8796b93739350c8c78cdc59efd3b3.tar.bz2
merge 3.2 (#13766)
Diffstat (limited to 'Lib/lib2to3')
-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