8000 Merge pull request #14933 from Carreau/typo · matplotlib/matplotlib@efec9e7 · GitHub
[go: up one dir, main page]

Skip to content

Commit efec9e7

Browse files
authored
Merge pull request #14933 from Carreau/typo
DOC: typo x2 costum -> custom
2 parents 1722bfd + 9699a47 commit efec9e7

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
@@ -759,7 +759,7 @@ def axes(arg=None, **kwargs):
759759
projection : {None, 'aitoff', 'hammer', 'lambert', 'mollweide', \
760760
'polar', 'rectilinear', str}, optional
761761
The projection type of the `~.axes.Axes`. *str* is the name of
762-
a costum projection, see `~matplotlib.projections`. The default
762+
a custom projection, see `~matplotlib.projections`. The default
763763
None results in a 'rectilinear' projection.
764764
765765
polar : boolean, optional
@@ -912,7 +912,7 @@ def subplot(*args, **kwargs):
912912
projection : {None, 'aitoff', 'hammer', 'lambert', 'mollweide', \
913913
'polar', 'rectilinear', str}, optional
914914
The projection type of the subplot (`~.axes.Axes`). *str* is the name
915-
of a costum projection, see `~matplotlib.projections`. The default
915+
of a custom projection, see `~matplotlib.projections`. The default
916916
None results in a 'rectilinear' projection.
917917
918918
polar : boolean, optional

0 commit comments

Comments
 (0)
0