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

Skip to content

Commit 4a6f14d

Browse files
joaonsgImportanceOfBeingErnest
authored andcommitted
Fix grammar in tutorial(#14974)
1 parent c091e95 commit 4a6f14d

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
@@ -690,7 +690,7 @@ def my_plotter(ax, data1, data2, param_dict):
690690
# line segments. Marker simplification is only available
691691
# to :class:`~matplotlib.lines.Line2D` objects (through the
692692
# ``markevery`` property). Wherever
693-
# :class:`~matplotlib.lines.Line2D` construction parameter
693+
# :class:`~matplotlib.lines.Line2D` construction parameters
694694
# are passed through, such as
695695
# :func:`matplotlib.pyplot.plot` and
696696
# :meth:`matplotlib.axes.Axes.plot`, the ``markevery``
@@ -710,7 +710,7 @@ def my_plotter(ax, data1, data2, param_dict):
710710
# then you can make use of the ``agg.path.chunksize`` rc parameter.
711711
# This allows you to specify a chunk size, and any lines with
712712
# greater than that many vertices will be split into multiple
713-
# lines, each of which have no more than ``agg.path.chunksize``
713+
# lines, each of which has no more than ``agg.path.chunksize``
714714
# many vertices. (Unless ``agg.path.chunksize`` is zero, in
715715
# which case there is no chunking.) For some kind of data,
716716
# chunking the line up into reasonable sizes can greatly

0 commit comments

Comments
 (0)