8000 DOC: add missing entry in docstring · matplotlib/mpl-gui@8fd2235 · GitHub
[go: up one dir, main page]

Skip to content

Commit 8fd2235

Browse files
committed
DOC: add missing entry in docstring
1 parent d929395 commit 8fd2235

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

mpl_gui/__init__.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,9 @@ def show(figs, *, block=None, timeout=0):
6565
Defaults to True in non-interactive mode and to False in interactive
6666
mode (see `.is_interactive`).
6767
68+
timeout : float, optional
69+
How long to run the event loop in msec if blocking.
70+
6871
"""
6972
# TODO handle single figure
7073

0 commit comments

Comments
 (0)
0