Skip to content

Commit 6a6da41

Browse files
committed
symtable fix 12
1 parent 68653ee commit 6a6da41

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Doc/library/symtable.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,8 @@ Examining Symbol Tables
184184

185185
Return a tuple containing names of :term:`cell variables <closure variable>` in this table.
186186

187+
.. versionadded:: next
188+
187189

188190
.. class:: Class
189191

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
Add :meth:`symtable.Function.get_cells` and :meth:`symtable.Symbol.is_cell` methods.
2-
1+
Add :meth:`symtable.Function.get_cells` and :meth:`symtable.Symbol.is_cell` methods.

0 commit comments

Comments
 (0)