mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Fix a formatting error in the ast documentation.
This commit is contained in:
parent
99a3dce92d
commit
3079be51af
1 changed files with 1 additions and 1 deletions
|
@ -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``
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue