Issue #18665: fix typos. Patch by Vajrasky Kok.

This commit is contained in:
Antoine Pitrou 2013-08-06 23:06:59 +02:00
parent dbfc129cc8
commit 236a547b3e
2 changed files with 2 additions and 2 deletions

View file

@ -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