Skip to content

Commit 4ff833e

Browse files
committed
fixup
1 parent 5f18200 commit 4ff833e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_frame.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,7 @@ def run(self):
375375

376376
def test_entry_frames_are_invisible_during_teardown(self):
377377
class C:
378-
"""A weakrefable class."""
378+
"""A weakref'able class."""
379379

380380
def f():
381381
"""Try to find globals and locals as this frame is being cleared."""

0 commit comments

Comments
 (0)