From 96e8b2e299c2d54854d62abb406161c97e9430c5 Mon Sep 17 00:00:00 2001 From: Elliott Sales de Andrade Date: Wed, 31 Jul 2019 00:54:27 -0400 Subject: [PATCH] Backport PR #14933: DOC: typo x2 costum -> custom --- lib/matplotlib/pyplot.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/matplotlib/pyplot.py b/lib/matplotlib/pyplot.py index ce66bd894838..cadb906ab065 100644 --- a/lib/matplotlib/pyplot.py +++ b/lib/matplotlib/pyplot.py @@ -809,7 +809,7 @@ def axes(arg=None, **kwargs): projection : {None, 'aitoff', 'hammer', 'lambert', 'mollweide', \ 'polar', 'rectilinear', str}, optional The projection type of the `~.axes.Axes`. *str* is the name of - a costum projection, see `~matplotlib.projections`. The default + a custom projection, see `~matplotlib.projections`. The default None results in a 'rectilinear' projection. polar : boolean, optional @@ -961,7 +961,7 @@ def subplot(*args, **kwargs): projection : {None, 'aitoff', 'hammer', 'lambert', 'mollweide', \ 'polar', 'rectilinear', str}, optional The projection type of the subplot (`~.axes.Axes`). *str* is the name - of a costum projection, see `~matplotlib.projections`. The default + of a custom projection, see `~matplotlib.projections`. The default None results in a 'rectilinear' projection. polar : boolean, optional