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

Skip to content

Commit 5d26591

Browse files
committed
Fix doc style in add_gridspec()
1 parent d5dd383 commit 5d26591

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)