]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix typo.
authorWalter Dörwald <walter@livinglogic.de>
Tue, 12 Dec 2006 21:55:31 +0000 (21:55 +0000)
committerWalter Dörwald <walter@livinglogic.de>
Tue, 12 Dec 2006 21:55:31 +0000 (21:55 +0000)
Lib/test/test_weakref.py

index 18ab4012fb7f57fba0aedc1f0595950e8c8a79f5..d2e4d3421357124955e8fa0ec78e59564197b18d 100644 (file)
@@ -189,7 +189,7 @@ class ReferencesTestCase(TestBase):
     # None as the value for the callback, where either means "no
     # callback".  The "no callback" ref and proxy objects are supposed
     # to be shared so long as they exist by all callers so long as
-    # they are active.  In Python 2.3.3 and earlier, this guaranttee
+    # they are active.  In Python 2.3.3 and earlier, this guarantee
     # was not honored, and was broken in different ways for
     # PyWeakref_NewRef() and PyWeakref_NewProxy().  (Two tests.)