Skip to content

Commit e3252a6

Browse files
tacaswelloscargus
andauthored
DOC: fix typo
Co-authored-by: Oscar Gustafsson <[email protected]>
1 parent 3e9ffb6 commit e3252a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/figure.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2616,7 +2616,7 @@ def show(self, warn=True):
26162616
26172617
Proper use cases for `.Figure.show` include running this from a GUI
26182618
application (where there is persistently an event loop running) or
2619-
from a shell with in input hook configured (IPython will do this).
2619+
from a shell with an input hook configured (IPython will do this).
26202620
Some, but not all, GUI toolkits will register an input hook on
26212621
import. See :ref:`cp_integration` for more details.
26222622

0 commit comments

Comments
 (0)