Skip to content

Commit 6f2da83

Browse files
tacaswelltimhoffm
andauthored
DOC: fix markup
Co-authored-by: Tim Hoffmann <2836374+timhoffm@users.noreply.github.com>
1 parent 9833684 commit 6f2da83

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
@@ -2621,7 +2621,7 @@ def show(self, warn=True):
26212621
import. See :ref:`cp_integration` for more details.
26222622
26232623
If you're in a shell without input hook integration or executing a
2624-
python script, you should use `matplotlib.pyplot.show(block=True)`
2624+
python script, you should use `matplotlib.pyplot.show` with ``block=True``
26252625
instead, which takes care of starting and running the event loop
26262626
for you.
26272627

0 commit comments

Comments
 (0)