Skip to content

Commit

Permalink
Fix typo in np.ix_ function name (#1714)
Browse files Browse the repository at this point in the history
  • Loading branch information
tychobismeijer authored and Joe Hamman committed Nov 13, 2017
1 parent bea202d commit 9d8ec38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/indexing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ dimension names, such as ``np.ndarray``, ``list``, but not
:py:meth:`~xarray.DataArray` or :py:meth:`~xarray.Variable`) indexing can be
understand as orthogonally. Each indexer component selects independently along
the corresponding dimension, similar to how vector indexing works in Fortran or
MATLAB, or after using the :py:func:`numpy.xi_` helper:
MATLAB, or after using the :py:func:`numpy.ix_` helper:

.. ipython:: python
Expand Down

0 comments on commit 9d8ec38

Please sign in to comment.