From 9d8ec381d961e76c13f08b5ef741e43a0ecc9a73 Mon Sep 17 00:00:00 2001 From: Tycho Bismeijer Date: Mon, 13 Nov 2017 17:07:26 +0100 Subject: [PATCH] Fix typo in np.ix_ function name (#1714) --- doc/indexing.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/indexing.rst b/doc/indexing.rst index 4c74976cbb0..74aef454c8d 100644 --- a/doc/indexing.rst +++ b/doc/indexing.rst @@ -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