##// END OF EJS Templates
one more rephrasing/plural
Matthias Bussonnier -
Show More
@@ -12,10 +12,10 b' Starting with IPython 7.0, and when user Python 3.6 and above, IPython offer the'
12 12 ability to run asynchronous code from the REPL. Constructs which are
13 13 :exc:`SyntaxError` s in the Python REPL can be used seamlessly in IPython.
14 14
15 The example given here are for terminal IPython, running async code in a
15 The examples given here are for terminal IPython, running async code in a
16 16 notebook interface or any other frontend using the Jupyter protocol needs
17 IPykernel version 5.0 or above. The details of how async code runs in
18 IPykernel will differ between IPython, IPykernel and their versions.
17 IPykernel version 5.0 or above. The details of how async code runs in IPykernel
18 will differ between IPython, IPykernel and their versions.
19 19
20 20 When a supported library is used, IPython will automatically allow Futures and
21 21 Coroutines in the REPL to be ``await`` ed. This will happen if an :ref:`await
General Comments 0
You need to be logged in to leave comments. Login now