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 3c0c11c commit 671cc80Copy full SHA for 671cc80
1 file changed
Doc/howto/a-conceptual-overview-of-asyncio.rst
@@ -69,7 +69,7 @@ approach rather useless.
69
Asynchronous Functions and Coroutines
70
=====================================
71
72
-This is a regular 'ol Python function::
+This is a basic, boring Python function::
73
74
def hello_printer():
75
print(
0 commit comments