summaryrefslogtreecommitdiffstats
path: root/Doc/library/symtable.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Doc/library/symtable.rst')
-rw-r--r--Doc/library/symtable.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/library/symtable.rst b/Doc/library/symtable.rst
index 63549f4..264857f 100644
--- a/Doc/library/symtable.rst
+++ b/Doc/library/symtable.rst
@@ -184,7 +184,7 @@ Examining Symbol Tables
Return a tuple containing names of :term:`cell variables <closure variable>` in this table.
- .. versionadded:: next
+ .. versionadded:: 3.15
.. class:: Class
@@ -301,7 +301,7 @@ Examining Symbol Tables
Return ``True`` if the symbol is referenced but not assigned in a nested block.
- .. versionadded:: next
+ .. versionadded:: 3.15
.. method:: is_free_class()