summaryrefslogtreecommitdiff
path: root/numpy/lib/index_tricks.py
diff options
context:
space:
mode:
Diffstat (limited to 'numpy/lib/index_tricks.py')
-rw-r--r--numpy/lib/index_tricks.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/lib/index_tricks.py b/numpy/lib/index_tricks.py
index 648fe9201..8d4b1ce1e 100644
--- a/numpy/lib/index_tricks.py
+++ b/numpy/lib/index_tricks.py
@@ -271,7 +271,7 @@ class OGridClass(nd_grid):
Returns
-------
mesh-grid
- `ndarrays` with only one dimension :math:`\\neq 1`
+ `ndarrays` with only one dimension not equal to 1
See Also
--------