File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
galleries/users_explain/figure Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -113,8 +113,8 @@ Blocking the prompt
113113The simplest solution is to start the GUI event loop and let it run
114114exclusively, which results in responsive figure windows. However, the
115115CLI 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
118118interpreter is busy running the GUI event loop).
119119
120120It is possible to stop the GUI event loop and return control to the CLI
You can’t perform that action at this time.
0 commit comments