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

Skip to content

Commit 4762387

Browse files
authored
Merge pull request #14935 from meeseeksmachine/auto-backport-of-pr-14933-on-v3.1.x
Backport PR #14933 on branch v3.1.x (DOC: typo x2 costum -> custom)
2 parents e42e9c0 + 96e8b2e commit 4762387

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/matplotlib/pyplot.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -809,7 +809,7 @@ def axes(arg=None, **kwargs):
809809
projection : {None, 'aitoff', 'hammer', 'lambert', 'mollweide', \
810810
'polar', 'rectilinear', str}, optional
811811
The projection type of the `~.axes.Axes`. *str* is the name of
812-
a costum projection, see `~matplotlib.projections`. The default
812+
a custom projection, see `~matplotlib.projections`. The default
813813
None results in a 'rectilinear' projection.
814814
815815
polar : boolean, optional
@@ -961,7 +961,7 @@ def subplot(*args, **kwargs):
961961
projection : {None, 'aitoff', 'hammer', 'lambert', 'mollweide', \
962962
'polar', 'rectilinear', str}, optional
963963
The projection type of the subplot (`~.axes.Axes`). *str* is the name
964-
of a costum projection, see `~matplotlib.projections`. The default
964+
of a custom projection, see `~matplotlib.projections`. The default
965965
None results in a 'rectilinear' projection.
966966
967967
polar : boolean, optional

0 commit comments

Comments
 (0)