We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46d9cd8 commit 4168b57Copy full SHA for 4168b57
Lib/asyncio/__init__.py
@@ -60,4 +60,4 @@ def __getattr__(name: str):
60
# deprecated things have underscores in front of them
61
return globals()["_" + name]
62
63
- raise AttributeError(f"module {__name__!r} has no attribute {name!r}")
+ raise AttributeError(f"module {__name__!r} has no attribute {name!r}")
0 commit comments