diff options
-rw-r--r-- | Doc/library/ast.rst | 2 |
1 files changed, 1 insertions, 1 deletions
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`` |