Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
asvetlov committed Nov 1, 2021
1 parent ab04eb5 commit 2de1129
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion async_timeout/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ def _do_exit(self, exc_type: Type[BaseException]) -> None:
if exc_type is asyncio.CancelledError and self._state == _State.TIMEOUT:
self._timeout_handler = None
raise asyncio.TimeoutError
# timeout is not expired
# timeout has not expired
self._state = _State.EXIT
self._reject()
return None
Expand Down

0 comments on commit 2de1129

Please sign in to comment.