summaryrefslogtreecommitdiffstats
path: root/Doc/library/inspect.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Doc/library/inspect.rst')
-rw-r--r--Doc/library/inspect.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/inspect.rst b/Doc/library/inspect.rst
index 57353bf..1455d90 100644
--- a/Doc/library/inspect.rst
+++ b/Doc/library/inspect.rst
@@ -360,7 +360,7 @@ attributes (see :ref:`import-mod-attrs` for module attributes):
Add ``f_generator`` attribute to frames.
-.. versionchanged:: next
+.. versionchanged:: 3.15
Add ``gi_state`` attribute to generators, ``cr_state`` attribute to
coroutines, and ``ag_state`` attribute to async generators.