diff options
author | Charles Harris <charlesr.harris@gmail.com> | 2019-11-25 17:45:20 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-11-25 17:45:20 -0800 |
commit | 78b143c4ddd5965bbb79cc9d47355d13ef9401ff (patch) | |
tree | 4a21cb5eec1c33a94823d5870f6d8a09dcd3d0fb /doc/source/dev/development_environment.rst | |
parent | e3b15d93f11b91f0a4c8f027b264eee741dda124 (diff) | |
parent | 3f31943b9aa5a0a8bc5f203d2e248c6249da21cf (diff) | |
download | numpy-78b143c4ddd5965bbb79cc9d47355d13ef9401ff.tar.gz |
Merge pull request #14982 from bwignall/typo
MAINT: Fix typos
Diffstat (limited to 'doc/source/dev/development_environment.rst')
-rw-r--r-- | doc/source/dev/development_environment.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/dev/development_environment.rst b/doc/source/dev/development_environment.rst index c73fb3858..874d277d8 100644 --- a/doc/source/dev/development_environment.rst +++ b/doc/source/dev/development_environment.rst @@ -53,7 +53,7 @@ When using pytest as a target (the default), you can .. note:: - Remember that all tests of NumPy should pass before commiting your changes. + Remember that all tests of NumPy should pass before committing your changes. Using ``runtests.py`` is the recommended approach to running tests. There are also a number of alternatives to it, for example in-place |