summaryrefslogtreecommitdiffstats
path: root/Lib
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2013-08-06 21:06:59 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2013-08-06 21:06:59 (GMT)
commit236a547b3e5094150e579eebb0152e98a4098dd3 (patch)
tree5f5e68ddc605cca3567d152614f6ef3e53dbadea /Lib
parentdbfc129cc8f2a3ea3e6a0b7e6492887212923bc6 (diff)
downloadcpython-236a547b3e5094150e579eebb0152e98a4098dd3.zip
cpython-236a547b3e5094150e579eebb0152e98a4098dd3.tar.gz
cpython-236a547b3e5094150e579eebb0152e98a4098dd3.tar.bz2
Issue #18665: fix typos. Patch by Vajrasky Kok.
Diffstat (limited to 'Lib')
-rw-r--r--Lib/test/test_frame.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_frame.py b/Lib/test/test_frame.py
index f42dad3..2dd5780 100644
--- a/Lib/test/test_frame.py
+++ b/Lib/test/test_frame.py
@@ -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