From 3981c8a0310db943385d5e5f8e56c9202d9d5887 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jon=20Haitz=20Legarreta=20Gorro=C3=B1o?= Date: Wed, 5 Feb 2020 05:23:15 -0500 Subject: [PATCH] DOC: Fix `axes:plot` method docstring verb tense Fix verb tense for `axes:plot` method's `scalex`, `scaley` parameters. --- lib/matplotlib/axes/_axes.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/matplotlib/axes/_axes.py b/lib/matplotlib/axes/_axes.py index 85a846132899..e788e17d9d1d 100644 --- a/lib/matplotlib/axes/_axes.py +++ b/lib/matplotlib/axes/_axes.py @@ -1559,8 +1559,8 @@ def plot(self, *args, scalex=True, scaley=True, data=None, **kwargs): Other Parameters ---------------- scalex, scaley : bool, default: True - These parameters determined if the view limits are adapted to - the data limits. The values are passed on to `autoscale_view`. + These parameters determine if the view limits are adapted to the + data limits. The values are passed on to `autoscale_view`. **kwargs : `.Line2D` properties, optional *kwargs* are used to specify properties like a line label (for