Skip to content

Commit 2de1129

Browse files
committed
Fix typo
1 parent ab04eb5 commit 2de1129

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

async_timeout/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ def _do_exit(self, exc_type: Type[BaseException]) -> None:
201201
if exc_type is asyncio.CancelledError and self._state == _State.TIMEOUT:
202202
self._timeout_handler = None
203203
raise asyncio.TimeoutError
204-
# timeout is not expired
204+
# timeout has not expired
205205
self._state = _State.EXIT
206206
self._reject()
207207
return None

0 commit comments

Comments
 (0)