diff options
author | Matthias Bussonnier <bussonniermatthias@gmail.com> | 2019-02-13 19:52:18 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-02-13 19:52:18 -0800 |
commit | fceb77518f857fa17cf4c27000508b0bbe528167 (patch) | |
tree | 5a44f360f9fe6bfb8913b0815f1ae9f3ee382000 /numpy/lib/index_tricks.py | |
parent | d92b736ba04863a7592aefee5da40ca093fe85fe (diff) | |
download | numpy-fceb77518f857fa17cf4c27000508b0bbe528167.tar.gz |
avoid using math.
Diffstat (limited to 'numpy/lib/index_tricks.py')
-rw-r--r-- | numpy/lib/index_tricks.py | 2 |
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 -------- |