diff options
author | Jakub Wilk <jwilk@jwilk.net> | 2017-03-17 19:38:28 +0100 |
---|---|---|
committer | Jakub Wilk <jwilk@jwilk.net> | 2017-03-17 19:41:49 +0100 |
commit | 67ba58b146400589fc810dbe40511a6a5e78b850 (patch) | |
tree | a735933b0d1d364b0cfb3c8a844ae90044ed60d2 /doc/source/dev/gitwash/development_workflow.rst | |
parent | dc04055d464401ccb21269b1a972466bfbe67fbe (diff) | |
download | numpy-67ba58b146400589fc810dbe40511a6a5e78b850.tar.gz |
DOC: Fix typos
Diffstat (limited to 'doc/source/dev/gitwash/development_workflow.rst')
-rw-r--r-- | doc/source/dev/gitwash/development_workflow.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/dev/gitwash/development_workflow.rst b/doc/source/dev/gitwash/development_workflow.rst index b788a042c..83464bf47 100644 --- a/doc/source/dev/gitwash/development_workflow.rst +++ b/doc/source/dev/gitwash/development_workflow.rst @@ -97,7 +97,7 @@ In more detail #. Optional: Compare the changes with the previous version using with ``git diff`` (`git diff`_). This brings up a simple text browser interface that - highlights the difference between your files and the previous verison. + highlights the difference between your files and the previous version. #. Add any relevant modified or new files using ``git add modified_file`` (see `git add`_). This puts the files into a staging area, which is a queue |