Skip to content

Commit 9f90aec

Browse files
committed
Format docstrings to numpydoc formatting
1 parent f2992f2 commit 9f90aec

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

matplotlib_inline/backend_inline.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,13 @@ def show(close=None, block=None):
2626
Parameters
2727
----------
2828
close : bool, optional
29-
If true, a ``plt.close('all')`` call is automatically issued after
30-
sending all the figures. If this is set, the figures will entirely
31-
removed from the internal list of figures.
29+
If true, a ``plt.close('all')`` call is automatically issued after
30+
sending all the figures. If this is set, the figures will entirely
31+
removed from the internal list of figures.
3232
block : Not used.
33-
The `block` parameter is a Matplotlib experimental parameter.
34-
We accept it in the function signature for compatibility with other
35-
backends.
33+
The `block` parameter is a Matplotlib experimental parameter.
34+
We accept it in the function signature for compatibility with other
35+
backends.
3636
"""
3737
if close is None:
3838
close = InlineBackend.instance().close_figures

0 commit comments

Comments
 (0)