From 1aa27baa979ac16ee8d5f3bfcb189410ee20d181 2018-09-13 08:26:54 From: Matthias Bussonnier Date: 2018-09-13 08:26:54 Subject: [PATCH] one more plural --- diff --git a/docs/source/interactive/autoawait.rst b/docs/source/interactive/autoawait.rst index ad5a16d..ce66afb 100644 --- a/docs/source/interactive/autoawait.rst +++ b/docs/source/interactive/autoawait.rst @@ -243,7 +243,7 @@ Difference between terminal IPython and IPykernel The exact asynchronous code running behavior varies between Terminal IPython and IPykernel. The root cause of this behavior is due to IPykernel having a -_persistent_ ``asyncio`` loop running, while Terminal IPython starts and stop a +_persistent_ ``asyncio`` loop running, while Terminal IPython starts and stops a loop for each code block. This can lead to surprising behavior in some case if you are used to manipulate asyncio loop yourself, see for example :ghissue:`11303` for a longer discussion but here are some of the astonishing