remove ast.__version__ (closes #12273)

This commit is contained in:
Benjamin Peterson 2011-07-15 21:10:13 -05:00
parent e720725c12
commit 0bd152cd67
5 changed files with 3 additions and 44 deletions

View file

@ -96,9 +96,6 @@ Node classes
Abstract Grammar
----------------
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:
.. literalinclude:: ../../Parser/Python.asdl