Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 0d8654f

Browse filesBrowse files
committed
Removed 'above' from wording in Input hook integration section
1 parent cf30ce7 commit 0d8654f
Copy full SHA for 0d8654f

File tree

Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed

‎doc/users/explain/interactive_guide.rst

Copy file name to clipboardExpand all lines: doc/users/explain/interactive_guide.rst
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -166,8 +166,8 @@ 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:`above
170-
<spin_event_loop>`. In this case it is your code, not the REPL, which
169+
periodically flush the GUI event queue as described :ref:`spin_event_loop`.
170+
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
173173
finishes drawing.

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.