Skip to content

Commit 3b829f7

Browse files
Backport PR #14974: grammar (#14976)
1 parent 71a23af commit 3b829f7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tutorials/introductory/usage.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -706,7 +706,7 @@ def my_plotter(ax, data1, data2, param_dict):
706706
# line segments. Marker simplification is only available
707707
# to :class:`~matplotlib.lines.Line2D` objects (through the
708708
# ``markevery`` property). Wherever
709-
# :class:`~matplotlib.lines.Line2D` construction parameter
709+
# :class:`~matplotlib.lines.Line2D` construction parameters
710710
# are passed through, such as
711711
# :func:`matplotlib.pyplot.plot` and
712712
# :meth:`matplotlib.axes.Axes.plot`, the ``markevery``
@@ -726,7 +726,7 @@ def my_plotter(ax, data1, data2, param_dict):
726726
# then you can make use of the ``agg.path.chunksize`` rc parameter.
727727
# This allows you to specify a chunk size, and any lines with
728728
# greater than that many vertices will be split into multiple
729-
# lines, each of which have no more than ``agg.path.chunksize``
729+
# lines, each of which has no more than ``agg.path.chunksize``
730730
# many vertices. (Unless ``agg.path.chunksize`` is zero, in
731731
# which case there is no chunking.) For some kind of data,
732732
# chunking the line up into reasonable sizes can greatly

0 commit comments

Comments
 (0)