8000 DOC: fixed typos by hershen · Pull Request #11993 · matplotlib/matplotlib · GitHub
[go: up one dir, main page]

Skip to content

DOC: fixed typos #11993

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 1 commit into from
Sep 1, 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
2 changes: 1 addition & 1 deletion doc/devel/gitwash/set_up_fork.rst
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ Linking your repository to the upstream repo
main `Matplotlib`_ repository at `Matplotlib github`_.

Note that we've used ``git://`` for the URL rather than ``https://`` or ``git@``. The
``git://`` URL is read only. This means we that we can't accidentally
``git://`` URL is read only. This means that we can't accidentally
(or deliberately) write to the upstream repo, and we are only going to
use it to merge into our own code.

Expand Down
2 changes: 1 addition & 1 deletion doc/devel/testing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ these up; there is no need to do anything further.
Random data in tests
--------------------

Random data can is a very convenient way to generate data for examples,
Random data is a very convenient way to generate data for examples,
however the randomness is problematic for testing (as the tests
must be deterministic!). To work around this set the seed in each test.
For numpy use::
Expand Down
0