Commit 90cece7f authored by Brett Cannon's avatar Brett Cannon

Fixed typo in verbose output.

Closes bug #1110998.  Thanks Matthew Bogosian.
parent 13a1fde4
......@@ -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)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment