summaryrefslogtreecommitdiff
path: root/doc/source/dev
diff options
context:
space:
mode:
authorBrian Wignall <brianwignall@gmail.com>2019-11-25 19:04:27 -0500
committerBrian Wignall <brianwignall@gmail.com>2019-11-25 19:04:27 -0500
commit3f31943b9aa5a0a8bc5f203d2e248c6249da21cf (patch)
tree58d5e85dee0279d6e16a6e9d2bfcca8ffd6f1697 /doc/source/dev
parent4de39979cbe26741c01bded893ce0269116c7153 (diff)
downloadnumpy-3f31943b9aa5a0a8bc5f203d2e248c6249da21cf.tar.gz
Fix typos
Diffstat (limited to 'doc/source/dev')
-rw-r--r--doc/source/dev/development_environment.rst2
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