[Python-checkins] r64089 - python/trunk/Doc/library/ast.rst

armin.ronacher python-checkins at python.org
Tue Jun 10 22:37:02 CEST 2008


Author: armin.ronacher
Date: Tue Jun 10 22:37:02 2008
New Revision: 64089

Log:
Fix a formatting error in the ast documentation.



Modified:
   python/trunk/Doc/library/ast.rst

Modified: python/trunk/Doc/library/ast.rst
==============================================================================
--- python/trunk/Doc/library/ast.rst	(original)
+++ python/trunk/Doc/library/ast.rst	Tue Jun 10 22:37:02 2008
@@ -135,7 +135,7 @@
    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``


More information about the Python-checkins mailing list