diff options
author | Jaime <jaime.frio@gmail.com> | 2016-01-25 12:36:48 +0100 |
---|---|---|
committer | Jaime <jaime.frio@gmail.com> | 2016-01-25 12:36:48 +0100 |
commit | e0acd3fea475429070ff5682225b00aa8f3dbbcf (patch) | |
tree | 290411b3625a3cbed9713a006c53d234d723c5c7 /doc/source/reference/swig.interface-file.rst | |
parent | d641eedd8214d89719ea8e0fa488232a1aae86bd (diff) | |
parent | df9df7f7e8340f9389543a4389022c07dbaf2e0d (diff) | |
download | numpy-e0acd3fea475429070ff5682225b00aa8f3dbbcf.tar.gz |
Merge pull request #7114 from dongjoon-hyun/fix_typos_in_doc
MAINT: Fix typos in docs
Diffstat (limited to 'doc/source/reference/swig.interface-file.rst')
-rw-r--r-- | doc/source/reference/swig.interface-file.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/reference/swig.interface-file.rst b/doc/source/reference/swig.interface-file.rst index e5d369d0e..1d6fbe04d 100644 --- a/doc/source/reference/swig.interface-file.rst +++ b/doc/source/reference/swig.interface-file.rst @@ -905,7 +905,7 @@ Routines * ``PyArrayObject* ary``, a NumPy array. Require the given ``PyArrayObject`` to to be Fortran ordered. If - the the ``PyArrayObject`` is already Fortran ordered, do nothing. + the ``PyArrayObject`` is already Fortran ordered, do nothing. Else, set the Fortran ordering flag and recompute the strides. |