We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e9ffb6 commit e3252a6Copy full SHA for e3252a6
lib/matplotlib/figure.py
@@ -2616,7 +2616,7 @@ def show(self, warn=True):
2616
2617
Proper use cases for `.Figure.show` include running this from a GUI
2618
application (where there is persistently an event loop running) or
2619
- from a shell with in input hook configured (IPython will do this).
+ from a shell with an input hook configured (IPython will do this).
2620
Some, but not all, GUI toolkits will register an input hook on
2621
import. See :ref:`cp_integration` for more details.
2622
0 commit comments