summaryrefslogtreecommitdiff
path: root/Doc/library/ast.rst
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2011-03-12 18:28:16 -0600
committerBenjamin Peterson <benjamin@python.org>2011-03-12 18:28:16 -0600
commit6cb2b923e02099208305daf5742d924542c377dd (patch)
tree1f80ceb581110d387e194683e0d2fad1c9116ce6 /Doc/library/ast.rst
parent540fcd72873b01e2921df0b35c9c56442ca151b9 (diff)
downloadcpython-git-6cb2b923e02099208305daf5742d924542c377dd.tar.gz
convert ast versioning to mercurial
Diffstat (limited to 'Doc/library/ast.rst')
-rw-r--r--Doc/library/ast.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/library/ast.rst b/Doc/library/ast.rst
index e2c0b6d17d..85081be399 100644
--- a/Doc/library/ast.rst
+++ b/Doc/library/ast.rst
@@ -96,8 +96,8 @@ Node classes
Abstract Grammar
----------------
-The module defines a string constant ``__version__`` which is the decimal
-Subversion revision number of the file shown below.
+The module defines a string constant ``__version__`` which is the Mercurial
+revision of the file shown below.
The abstract grammar is currently defined as follows: