From 7cb22f954ed50217f7eb483f4fbdb67953f6482d Mon Sep 17 00:00:00 2001 From: "luz.paz" Date: Thu, 4 Jan 2018 20:48:10 -0500 Subject: More misc. typos Found via `codespell` --- numpy/ma/core.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'numpy/ma/core.py') 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.') -- cgit v1.2.1