Skip to content

Commit 3732812

Browse files
Yashp002picnixz
andauthored
symtable fix 8
Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
1 parent 54c8de1 commit 3732812

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/symtable.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ def get_frees(self):
231231
return self.__frees
232232

233233
def get_cells(self):
234-
"""Return a list of cell variable names in the table.
234+
"""Return a tuple of cell variable names in the table.
235235
"""
236236
if self.__cells is None:
237237
is_cell = lambda x: _get_scope(x) == CELL

0 commit comments

Comments
 (0)