##// END OF EJS Templates
one more plural
Matthias Bussonnier -
Show More
@@ -243,7 +243,7 b' Difference between terminal IPython and IPykernel'
243
243
244 The exact asynchronous code running behavior varies between Terminal IPython and
244 The exact asynchronous code running behavior varies between Terminal IPython and
245 IPykernel. The root cause of this behavior is due to IPykernel having a
245 IPykernel. The root cause of this behavior is due to IPykernel having a
246 _persistent_ ``asyncio`` loop running, while Terminal IPython starts and stop a
246 _persistent_ ``asyncio`` loop running, while Terminal IPython starts and stops a
247 loop for each code block. This can lead to surprising behavior in some case if
247 loop for each code block. This can lead to surprising behavior in some case if
248 you are used to manipulate asyncio loop yourself, see for example
248 you are used to manipulate asyncio loop yourself, see for example
249 :ghissue:`11303` for a longer discussion but here are some of the astonishing
249 :ghissue:`11303` for a longer discussion but here are some of the astonishing
General Comments 0
You need to be logged in to leave comments. Login now