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

Skip to content

Commit 6a28745

Browse files
committed
Docstring fix.
1 parent cda78df commit 6a28745

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

lib/mpl_toolkits/axes_grid1/axes_grid.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -135,8 +135,7 @@ def __init__(self, fig,
135135
- "1": Only the bottom left axes is labelled.
136136
- "all": all axes are labelled.
137137
138-
axes_class : a type that is a subclass of `matplotlib.axes.Axes`, \
139-
default: None
138+
axes_class : subclass of `matplotlib.axes.Axes`, default: None
140139
"""
141140
self._nrows, self._ncols = nrows_ncols
142141

@@ -400,8 +399,7 @@ def __init__(self, fig,
400399
cbar_set_cax : bool, default: True
401400
If True, each axes in the grid has a *cax* attribute that is bound
402401
to associated *cbar_axes*.
403-
axes_class : a type that is a subclass of `matplotlib.axes.Axes`, \
404-
default: None
402+
axes_class : subclass of `matplotlib.axes.Axes`, default: None
405403
"""
406404
self._nrows, self._ncols = nrows_ncols
407405

0 commit comments

Comments
 (0)