Skip to content

Commit b92a533

Browse files
committed
Reword, use :envvar: role as intended
1 parent d23ec14 commit b92a533

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Doc/library/asyncio.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,9 +79,9 @@ You can experiment with an ``asyncio`` concurrent context in the :term:`REPL`:
7979
>>> await asyncio.sleep(10, result='hello')
8080
'hello'
8181
82-
It is highly recommended to use the asyncio REPL in
83-
:ref:`the Python-based REPL mode <envvar-PYTHON_BASIC_REPL>`
84-
for optimal experience and new features.
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.
8585

8686
.. audit-event:: cpython.run_stdin "" ""
8787

0 commit comments

Comments
 (0)