mirror of
https://github.com/python/cpython.git
synced 2025-12-04 00:30:19 +00:00
Issue #18665: fix typos. Patch by Vajrasky Kok.
This commit is contained in:
parent
dbfc129cc8
commit
236a547b3e
2 changed files with 2 additions and 2 deletions
|
|
@ -96,7 +96,7 @@ class ClearTest(unittest.TestCase):
|
|||
|
||||
@support.cpython_only
|
||||
def test_clear_refcycles(self):
|
||||
# .clear() doesn't leave any refcycle behin
|
||||
# .clear() doesn't leave any refcycle behind
|
||||
with support.disable_gc():
|
||||
class C:
|
||||
pass
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue