8000 DOC: fix typos · matplotlib/matplotlib@48f8b71 · GitHub
[go: up one dir, main page]

Skip to content

Commit 48f8b71

Browse files
committed
DOC: fix typos
1 parent 7f55b9e commit 48f8b71

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/api/api_changes.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Prior to 1.5.3 kwargs passed to `~matplotlib.Axes.plot` were handled
2121
in two parts -- default kwargs generated internal to
2222
`~matplotlib.Axes.plot` (such as the cycled styles) and user supplied
2323
kwargs. The internally generated kwargs were passed to the
24-
`~matplotlib.lines.Line2D.__init__` and the user kwargs were passed to
24+
`matplotlib.lines.Line2D.__init__` and the user kwargs were passed to
2525
``ln.set(**kwargs)`` to update the artist after it was created. Now
2626
both sets of kwargs are merged and passed to
2727
`~matplotlib.lines.Line2D.__init__`. This change was made to allow `None`
@@ -35,7 +35,7 @@ input which was mapped to 'no marker'. Thus, by routing this
3535
of ``ax.plot(..., marker=None)`` changed from 'no markers' to 'default markers
3636
from rcparams'.
3737

38-
This is change in only evident if ``mpl.rcParams['lines.marker']`` has a value
38+
This is change is only evident if ``mpl.rcParams['lines.marker']`` has a value
3939
other than ``'None'`` (which is string ``'None'`` which means 'no marker').
4040

4141

0 commit comments

Comments
 (0)
0