From 3079be51af55e579a5f9f0ffc11b73e8f4d892eb Mon Sep 17 00:00:00 2001 From: Armin Ronacher Date: Tue, 10 Jun 2008 20:37:02 +0000 Subject: Fix a formatting error in the ast documentation. --- Doc/library/ast.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/ast.rst b/Doc/library/ast.rst index 70840da..3c2f8d2 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`` -- cgit v0.12