summaryrefslogtreecommitdiffstats
path: root/Doc/library/ast.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Doc/library/ast.rst')
-rw-r--r--Doc/library/ast.rst4
1 files changed, 0 insertions, 4 deletions
diff --git a/Doc/library/ast.rst b/Doc/library/ast.rst
index a75a6af..9ff422c 100644
--- a/Doc/library/ast.rst
+++ b/Doc/library/ast.rst
@@ -151,10 +151,6 @@ and classes for traversing abstract syntax trees:
.. versionchanged:: 3.5
:class:`AsyncFunctionDef` is now supported.
- .. versionchanged:: 3.7
- The docstring is now exported from the node docstring field, instead of
- the first body statement.
-
.. function:: fix_missing_locations(node)