From 0c2a5eb42c0cddf6844880f1494ddf7765bf9c7b Mon Sep 17 00:00:00 2001 From: Brian Wignall Date: Thu, 19 Dec 2019 03:39:59 -0500 Subject: Fix typos, via a Levenshtein-style corrector --- numpy/core/defchararray.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'numpy/core/defchararray.py') diff --git a/numpy/core/defchararray.py b/numpy/core/defchararray.py index 2d89d6fe0..168fd8c79 100644 --- a/numpy/core/defchararray.py +++ b/numpy/core/defchararray.py @@ -358,7 +358,7 @@ def _mod_dispatcher(a, values): def mod(a, values): """ Return (a % i), that is pre-Python 2.6 string formatting - (iterpolation), element-wise for a pair of array_likes of str + (interpolation), element-wise for a pair of array_likes of str or unicode. Parameters @@ -2112,7 +2112,7 @@ class chararray(ndarray): def __mod__(self, i): """ Return (self % i), that is pre-Python 2.6 string formatting - (iterpolation), element-wise for a pair of array_likes of `string_` + (interpolation), element-wise for a pair of array_likes of `string_` or `unicode_`. See also -- cgit v1.2.1