8000 Merge pull request #11993 from hershen/fix-typos-in-docs · matplotlib/matplotlib@c582745 · GitHub
[go: up one dir, main page]

Skip to content

Commit c582745

Browse files
authored
Merge pull request #11993 from hershen/fix-typos-in-docs
DOC: fixed typos
2 parents b6a3400 + 901a36e commit c582745

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/devel/gitwash/set_up_fork.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Linking your repository to the upstream repo
5656
main `Matplotlib`_ repository at `Matplotlib github`_.
5757

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

doc/devel/testing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ these up; there is no need to do anything further.
125125
Random data in tests
126126
--------------------
127127

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

0 commit comments

Comments
 (0)
0