Skip to content

Commit

Permalink
chore: fix grammar in comment about imports
Browse files Browse the repository at this point in the history
  • Loading branch information
imnotjames committed Nov 14, 2023
1 parent 516dc86 commit 3fd6059
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion asyncio/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

# Depending on the release of CircuitPython these errors may or may not
# exist in the C implementation of `_asyncio`. However, when they
# do exist, must be preferred over the Python code.
# do exist, they must be preferred over the Python code.
try:
from _asyncio import CancelledError, InvalidStateError
except (ImportError, AttributeError):
Expand Down

0 comments on commit 3fd6059

Please sign in to comment.