Skip to content

Commit 1e4d6e1

Browse files
authored
Merge pull request #11770 from tlevine/typos
DOC: Correct grammar in documentation
2 parents 5714826 + 1920dcf commit 1e4d6e1

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

doc/api/animation_api.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@ general gist is to take an existing bit map (in our case a mostly
6060
rasterized figure) and then 'blit' one more artist on top. Thus, by
6161
managing a saved 'clean' bitmap, we can only re-draw the few artists
6262
that are changing at each frame and possibly save significant amounts of
63-
time. When using blitting (by passing ``blit=True``) the core loop of
64-
`FuncAnimation` gets a bit more complicated ::
63+
time. When we use blitting (by passing ``blit=True``), the core loop of
64+
`FuncAnimation` gets a bit more complicated::
6565

6666
ax = fig.gca()
6767

doc/api/api_changes.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
API Changes
44
=============
55

6-
A log of changes to the most recent version Matplotlib that affect the
7-
utward-facing API. If updating Matplotlib breaks your scripts, this list may
6+
A log of changes to the most recent version of Matplotlib that affect the
7+
outward-facing API. If updating Matplotlib breaks your scripts, this list may
88
help you figure out what caused the breakage and how to fix it by updating
99
your code. For API changes in older versions see :doc:`api_changes_old`.
1010

@@ -39,7 +39,7 @@ API Changes for 3.0.0
3939
Drop support for python 2
4040
-------------------------
4141

42-
Matplotlib 3 only supports python 3.5 and higher
42+
Matplotlib 3 only supports python 3.5 and higher.
4343

4444

4545
Hold machinery removed

0 commit comments

Comments
 (0)