mirror of
https://github.com/python/cpython.git
synced 2025-10-09 16:34:44 +00:00
Fixed typo in verbose output.
Closes bug #1110998. Thanks Matthew Bogosian.
This commit is contained in:
parent
13a1fde4da
commit
90cece7f89
1 changed files with 1 additions and 1 deletions
|
@ -102,7 +102,7 @@ class _RLock(_Verbose):
|
|||
self.__owner = me
|
||||
self.__count = 1
|
||||
if __debug__:
|
||||
self._note("%s.acquire(%s): initial succes", self, blocking)
|
||||
self._note("%s.acquire(%s): initial success", self, blocking)
|
||||
else:
|
||||
if __debug__:
|
||||
self._note("%s.acquire(%s): failure", self, blocking)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue