Kaydet (Commit) 3079be51 authored tarafından Armin Ronacher's avatar Armin Ronacher

Fix a formatting error in the ast documentation.

üst 99a3dce9
...@@ -135,7 +135,7 @@ and classes for traversing abstract syntax trees: ...@@ -135,7 +135,7 @@ and classes for traversing abstract syntax trees:
from untrusted sources without the need to parse the values oneself. 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 Return the docstring of the given *node* (which must be a
:class:`FunctionDef`, :class:`ClassDef` or :class:`Module` node), or ``None`` :class:`FunctionDef`, :class:`ClassDef` or :class:`Module` node), or ``None``
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment