Skip to content

Commit cefeb93

Browse files
authored
Merge pull request #8489 from anntzer/subplots-docstring-markup
DOC: Fix markup in plt.subplots docstring.
2 parents 95a5df9 + d57ebc9 commit cefeb93

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

lib/matplotlib/pyplot.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1125,9 +1125,8 @@ def subplots(nrows=1, ncols=1, sharex=False, sharey=False, squeeze=True,
11251125
:class:`~matplotlib.gridspec.GridSpec` constructor used to create the
11261126
grid the subplots are placed on.
11271127
1128-
fig_kw : dict, optional
1129-
Dict with keywords passed to the :func:`figure` call. Note that all
1130-
keywords not recognized above will be automatically included here.
1128+
**fig_kw :
1129+
All additional keyword arguments are passed to the :func:`figure` call.
11311130
11321131
Returns
11331132
-------

0 commit comments

Comments
 (0)