File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 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
5656main `Matplotlib `_ repository at `Matplotlib github `_.
5757
5858Note 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
6161use it to merge into our own code.
6262
Original file line number Diff line number Diff line change @@ -125,7 +125,7 @@ these up; there is no need to do anything further.
125125Random 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,
129129however the randomness is problematic for testing (as the tests
130130must be deterministic!). To work around this set the seed in each test.
131131For numpy use::
You can’t perform that action at this time.
0 commit comments