Fix a formatting error in the ast documentation.

This commit is contained in:
Armin Ronacher 2008-06-10 20:37:02 +00:00
parent 99a3dce92d
commit 3079be51af
1 changed files with 1 additions and 1 deletions

View File

@ -135,7 +135,7 @@ and classes for traversing abstract syntax trees:
from untrusted sources without the need to parse the values oneself.
.. function:: get_docstring(node, clean=True):
.. function:: get_docstring(node, clean=True)
Return the docstring of the given *node* (which must be a
:class:`FunctionDef`, :class:`ClassDef` or :class:`Module` node), or ``None``