chore: fix typos (#116345)

Signed-off-by: cui fliter <imcusg@gmail.com>
This commit is contained in:
cui fliter 2024-03-06 00:05:52 +08:00 committed by GitHub
parent 4402b3cbcf
commit e7ba6e9dbe
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
15 changed files with 17 additions and 17 deletions

View file

@ -129,7 +129,7 @@ class ExceptionClassTests(unittest.TestCase):
d[HashThisKeyWillClearTheDict()] = Value() # refcount of Value() is 1 now
# Exception.__setstate__ should aquire a strong reference of key and
# Exception.__setstate__ should acquire a strong reference of key and
# value in the dict. Otherwise, Value()'s refcount would go below
# zero in the tp_hash call in PyObject_SetAttr(), and it would cause
# crash in GC.