Skip to content

Commit 3fd6059

Browse files
committed
chore: fix grammar in comment about imports
1 parent 516dc86 commit 3fd6059

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

asyncio/core.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

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

0 commit comments

Comments
 (0)