From 901a36e2a2e654eaa09574f05897616b5d4a9d47 Mon Sep 17 00:00:00 2001 From: Alon Hershenhorn Date: Sat, 1 Sep 2018 13:52:03 -0700 Subject: [PATCH] DOC: fixed typos --- doc/devel/gitwash/set_up_fork.rst | 2 +- doc/devel/testing.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/devel/gitwash/set_up_fork.rst b/doc/devel/gitwash/set_up_fork.rst index 81ae1d5553ec..6b7e0271c45b 100644 --- a/doc/devel/gitwash/set_up_fork.rst +++ b/doc/devel/gitwash/set_up_fork.rst @@ -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. diff --git a/doc/devel/testing.rst b/doc/devel/testing.rst index 0d4a5e6f352a..7ac880a1f490 100644 --- a/doc/devel/testing.rst +++ b/doc/devel/testing.rst @@ -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::