From: Armin Ronacher Date: Tue, 10 Jun 2008 20:37:02 +0000 (+0000) Subject: Fix a formatting error in the ast documentation. X-Git-Tag: v2.6b1~101 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3079be51af55e579a5f9f0ffc11b73e8f4d892eb;p=python Fix a formatting error in the ast documentation. --- diff --git a/Doc/library/ast.rst b/Doc/library/ast.rst index 70840da779..3c2f8d2181 100644 --- a/Doc/library/ast.rst +++ b/Doc/library/ast.rst @@ -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``