Skip to content

Commit 14a6c28

Browse files
Update Lib/symtable.py
Co-authored-by: Irit Katriel <1055913+iritkatriel@users.noreply.github.com>
1 parent b5e8482 commit 14a6c28

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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 tuple of cell variable names in the table.
234+
"""Return a tuple of cell variables in the function.
235235
"""
236236
if self.__cells is None:
237237
is_cell = lambda x: _get_scope(x) == CELL

0 commit comments

Comments
 (0)