Skip to content

Commit 7ae6260

Browse files
timhoffmQuLogic
andauthored
Update galleries/users_explain/figure/interactive_guide.rst
Co-authored-by: Elliott Sales de Andrade <quantum.analyst@gmail.com>
1 parent 5aaef57 commit 7ae6260

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

galleries/users_explain/figure/interactive_guide.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,8 +113,8 @@ Blocking the prompt
113113
The simplest solution is to start the GUI event loop and let it run
114114
exclusively, which results in responsive figure windows. However, the
115115
CLI event loop will not run, so that you cannot enter new commands.
116-
We call this "blocking" mode. (your terminal may echo the typed characters,
117-
but they will not yet be processed by th CLI event loop because the Python
116+
We call this "blocking" mode. (Your terminal may echo the typed characters,
117+
but they will not yet be processed by the CLI event loop because the Python
118118
interpreter is busy running the GUI event loop).
119119

120120
It is possible to stop the GUI event loop and return control to the CLI

0 commit comments

Comments
 (0)