We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 516dc86 commit 3fd6059Copy full SHA for 3fd6059
asyncio/core.py
@@ -26,7 +26,7 @@
26
27
# Depending on the release of CircuitPython these errors may or may not
28
# exist in the C implementation of `_asyncio`. However, when they
29
-# do exist, must be preferred over the Python code.
+# do exist, they must be preferred over the Python code.
30
try:
31
from _asyncio import CancelledError, InvalidStateError
32
except (ImportError, AttributeError):
0 commit comments