Correct “an” → “a” with “Unicode”, “user”, “UTF”, etc

This affects documentation, code comments, and a debugging messages.
This commit is contained in:
Martin Panter 2016-04-15 02:14:19 +00:00
parent 7d82d0366b
commit 6245cb3c01
35 changed files with 52 additions and 52 deletions

View file

@ -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