Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e73dfe1

Browse files
authored
Merge pull request #13283 from timhoffm/fix-doc-add-gridspec
Fix doc style in add_gridspec()
2 parents fc695b2 + 5d26591 commit e73dfe1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/matplotlib/figure.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2610,7 +2610,8 @@ def add_gridspec(self, nrows, ncols, **kwargs):
26102610
26112611
Other Parameters
26122612
----------------
2613-
*kwargs* are passed to `.GridSpec`.
2613+
**kwargs
2614+
Keyword arguments are passed to `.GridSpec`.
26142615
26152616
See Also
26162617
--------

0 commit comments

Comments
 (0)