Skip to content

Commit b1e6830

Browse files
committed
Disambiguate
1 parent b92a533 commit b1e6830

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-
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.
82+
This REPL provides limited compatibility with :envvar:`PYTHON_BASIC_REPL`.
83+
It is recommended that the default Python-based REPL mode is used
84+
for full functionality and the latest features.
8585

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

0 commit comments

Comments
 (0)