diff options
author | Benjamin Peterson <benjamin@python.org> | 2011-03-13 00:28:16 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2011-03-13 00:28:16 (GMT) |
commit | 6cb2b923e02099208305daf5742d924542c377dd (patch) | |
tree | 1f80ceb581110d387e194683e0d2fad1c9116ce6 /Doc/library/ast.rst | |
parent | 540fcd72873b01e2921df0b35c9c56442ca151b9 (diff) | |
download | cpython-6cb2b923e02099208305daf5742d924542c377dd.zip cpython-6cb2b923e02099208305daf5742d924542c377dd.tar.gz cpython-6cb2b923e02099208305daf5742d924542c377dd.tar.bz2 |
convert ast versioning to mercurial
Diffstat (limited to 'Doc/library/ast.rst')
-rw-r--r-- | Doc/library/ast.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/library/ast.rst b/Doc/library/ast.rst index e2c0b6d..85081be 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: |