Skip to content

Commit d7fd73b

Browse files
committed
Added 'in' as I realized the wording didn't make sense
1 parent 0d8654f commit d7fd73b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/users/explain/interactive_guide.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ takes over again.
166166
This time-share technique only allows the event loop to run while
167167
python is otherwise idle and waiting for user input. If you want the
168168
GUI to be responsive during long running code it is necessary to
169-
periodically flush the GUI event queue as described :ref:`spin_event_loop`.
169+
periodically flush the GUI event queue as described in :ref:`spin_event_loop`.
170170
In this case it is your code, not the REPL, which
171171
is blocking the process so you need to handle the "time-share" manually.
172172
Conversely, a very slow figure draw will block the prompt until it

0 commit comments

Comments
 (0)