Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit dfb8405

Browse files
Backport PR #14974: grammar (#14975)
1 parent 9d439c1 commit dfb8405

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tutorials/introductory/usage.py

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

0 commit comments

Comments
 (0)