summaryrefslogtreecommitdiff
path: root/numpy/lib/index_tricks.py
diff options
context:
space:
mode:
authorMatthias Bussonnier <bussonniermatthias@gmail.com>2019-02-13 19:52:18 -0800
committerGitHub <noreply@github.com>2019-02-13 19:52:18 -0800
commitfceb77518f857fa17cf4c27000508b0bbe528167 (patch)
tree5a44f360f9fe6bfb8913b0815f1ae9f3ee382000 /numpy/lib/index_tricks.py
parentd92b736ba04863a7592aefee5da40ca093fe85fe (diff)
downloadnumpy-fceb77518f857fa17cf4c27000508b0bbe528167.tar.gz
avoid using math.
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
--------