8000 Backport PR #14933: DOC: typo x2 costum -> custom · matplotlib/matplotlib@96e8b2e · GitHub
[go: up one dir, main page]

Skip to content

Commit 96e8b2e

Browse files
QuLogicMeeseeksDev[bot]
authored and
MeeseeksDev[bot]
committed
Backport PR #14933: DOC: typo x2 costum -> custom
1 parent 1230e83 commit 96e8b2e

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)
0