Skip to content

Commit 641441c

Browse files
author
Thomas Levine
committed
correct typos in documentation
1 parent e36fe9a commit 641441c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

doc/api/animation_api.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ 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
6363
time. When using blitting (by passing ``blit=True``) the core loop of
64-
`FuncAnimation` gets a bit more complicated ::
64+
`FuncAnimation` gets a bit more complicated. ::
6565

6666
ax = fig.gca()
6767

doc/api/api_changes.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
=============
55

66
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
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)