File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ Linking your repository to the upstream repo
56
56
main `Matplotlib `_ repository at `Matplotlib github `_.
57
57
58
58
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
60
60
(or deliberately) write to the upstream repo, and we are only going to
61
61
use it to merge into our own code.
62
62
Original file line number Diff line number Diff line change @@ -125,7 +125,7 @@ these up; there is no need to do anything further.
125
125
Random data in tests
126
126
--------------------
127
127
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,
129
129
however the randomness is problematic for testing (as the tests
130
130
must be deterministic!). To work around this set the seed in each test.
131
131
For numpy use::
You can’t perform that action at this time.
0 commit comments