diff options
author | Walter Dörwald <walter@livinglogic.de> | 2006-12-12 21:55:31 +0000 |
---|---|---|
committer | Walter Dörwald <walter@livinglogic.de> | 2006-12-12 21:55:31 +0000 |
commit | da1ad32cec753fb8db779c20897b5fd288381fe7 (patch) | |
tree | c93c6247cacb08b8f7fb5934597c5c6191164fdf | |
parent | 66a17266206cb70bf07c2df93b3536d3c70a5121 (diff) | |
download | cpython-git-da1ad32cec753fb8db779c20897b5fd288381fe7.tar.gz |
Fix typo.
-rw-r--r-- | Lib/test/test_weakref.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_weakref.py b/Lib/test/test_weakref.py index 18ab4012fb..d2e4d34213 100644 --- a/Lib/test/test_weakref.py +++ b/Lib/test/test_weakref.py @@ -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.) |