diff options
author | luzpaz <luzpaz@users.noreply.github.com> | 2018-05-01 04:28:18 +0000 |
---|---|---|
committer | Eric Wieser <wieser.eric@gmail.com> | 2018-04-30 21:28:18 -0700 |
commit | 820765d762513510a8e46f108e8bc8b366127f8f (patch) | |
tree | e03571b42ed4cf2c929c64ca2ba9803e26839b65 /doc/source | |
parent | 4cfba64b4abcd0875fe68618c2a18d37cd173eec (diff) | |
download | numpy-820765d762513510a8e46f108e8bc8b366127f8f.tar.gz |
MAINT: Misc. typos (#11005)
User- and non-user-facing typos.
Some source typos fixes as well.
Found via `codespell`.
Diffstat (limited to 'doc/source')
-rw-r--r-- | doc/source/dev/gitwash/development_workflow.rst | 2 | ||||
-rw-r--r-- | doc/source/reference/swig.testing.rst | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/source/dev/gitwash/development_workflow.rst b/doc/source/dev/gitwash/development_workflow.rst index 5476e3202..c6884a7cf 100644 --- a/doc/source/dev/gitwash/development_workflow.rst +++ b/doc/source/dev/gitwash/development_workflow.rst @@ -396,7 +396,7 @@ collaborator: Now all those people can do:: - git clone git@githhub.com:your-user-name/numpy.git + git clone git@github.com:your-user-name/numpy.git Remember that links starting with ``git@`` use the ssh protocol and are read-write; links starting with ``git://`` are read-only. diff --git a/doc/source/reference/swig.testing.rst b/doc/source/reference/swig.testing.rst index 13642a52e..594df952e 100644 --- a/doc/source/reference/swig.testing.rst +++ b/doc/source/reference/swig.testing.rst @@ -22,7 +22,7 @@ typemaps are working as expected. Testing Organization -------------------- -There are three indepedent testing frameworks supported, for one-, +There are three independent testing frameworks supported, for one-, two-, and three-dimensional arrays respectively. For one-dimensional arrays, there are two C++ files, a header and a source, named:: |