diff options
| author | luz.paz <luzpaz@users.noreply.github.com> | 2018-01-04 20:48:10 -0500 |
|---|---|---|
| committer | luz.paz <luzpaz@users.noreply.github.com> | 2018-01-04 20:48:10 -0500 |
| commit | 7cb22f954ed50217f7eb483f4fbdb67953f6482d (patch) | |
| tree | 17a28979c0abae1b41b5760df4621bc964c8f948 /numpy/ma/core.py | |
| parent | 9a902b775c12be99708a0a33a244ace3521855de (diff) | |
| download | numpy-7cb22f954ed50217f7eb483f4fbdb67953f6482d.tar.gz | |
More misc. typos
Found via `codespell`
Diffstat (limited to 'numpy/ma/core.py')
| -rw-r--r-- | numpy/ma/core.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/ma/core.py b/numpy/ma/core.py index 69f01b819..719961d1b 100644 --- a/numpy/ma/core.py +++ b/numpy/ma/core.py @@ -4285,7 +4285,7 @@ class MaskedArray(ndarray): Convert to long. """ if self.size > 1: - raise TypeError("Only length-1 arrays can be conveted " + raise TypeError("Only length-1 arrays can be converted " "to Python scalars") elif self._mask: raise MaskError('Cannot convert masked element to a Python long.') |
