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 b92a533 commit b1e6830Copy full SHA for b1e6830
Doc/library/asyncio.rst
@@ -79,9 +79,9 @@ You can experiment with an ``asyncio`` concurrent context in the :term:`REPL`:
79
>>> await asyncio.sleep(10, result='hello')
80
'hello'
81
82
-Although the asyncio REPL provides limited compatibility with :envvar:`PYTHON_BASIC_REPL`,
83
-using it in the default Python-based REPL mode is recommended for full functionality
84
-and the latest features.
+This REPL provides limited compatibility with :envvar:`PYTHON_BASIC_REPL`.
+It is recommended that the default Python-based REPL mode is used
+for full functionality and the latest features.
85
86
.. audit-event:: cpython.run_stdin "" ""
87
0 commit comments