mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Correct “an” → “a” with “Unicode”, “user”, “UTF”, etc
This affects documentation, code comments, and a debugging messages.
This commit is contained in:
parent
7d82d0366b
commit
6245cb3c01
35 changed files with 52 additions and 52 deletions
|
@ -197,7 +197,7 @@ class _WaitHandleFuture(_BaseWaitHandleFuture):
|
|||
#
|
||||
# If the IocpProactor already received the event, it's safe to call
|
||||
# _unregister() because we kept a reference to the Overlapped object
|
||||
# which is used as an unique key.
|
||||
# which is used as a unique key.
|
||||
self._proactor._unregister(self._ov)
|
||||
self._proactor = None
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue