Skip to content

Correct errors in documentation #11770

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Jul 26, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions doc/api/animation_api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ general gist is to take an existing bit map (in our case a mostly
rasterized figure) and then 'blit' one more artist on top. Thus, by
managing a saved 'clean' bitmap, we can only re-draw the few artists
that are changing at each frame and possibly save significant amounts of
time. When using blitting (by passing ``blit=True``) the core loop of
`FuncAnimation` gets a bit more complicated ::
time. When we use blitting (by passing ``blit=True``), the core loop of
`FuncAnimation` gets a bit more complicated::

ax = fig.gca()

Expand Down
6 changes: 3 additions & 3 deletions doc/api/api_changes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
API Changes
=============

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

Expand Down Expand Up @@ -39,7 +39,7 @@ API Changes for 3.0.0
Drop support for python 2
-------------------------

Matplotlib 3 only supports python 3.5 and higher
Matplotlib 3 only supports python 3.5 and higher.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

added on some minor grammar changes to your PR, but I think this sentence doesn't need the . (and Python should be capitalized).



Hold machinery removed
Expand Down