summaryrefslogtreecommitdiff
path: root/numpy/core/defchararray.py
diff options
context:
space:
mode:
authorMartin Michlmayr <tbm@cyrius.com>2020-05-17 15:30:00 +0800
committerMartin Michlmayr <tbm@cyrius.com>2020-05-17 15:32:24 +0800
commit0a2893149e88e5c5bb69a29f78a4ad262a08cd29 (patch)
treeac015c57e9717e45d26594e8eb451cc9c0bdcf1e /numpy/core/defchararray.py
parent50ce0fce70cac779919d97578381a9d762f42594 (diff)
downloadnumpy-0a2893149e88e5c5bb69a29f78a4ad262a08cd29.tar.gz
DOC: Fix typos and cosmetic issues
Diffstat (limited to 'numpy/core/defchararray.py')
-rw-r--r--numpy/core/defchararray.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/core/defchararray.py b/numpy/core/defchararray.py
index cd01c0e77..1d447b86a 100644
--- a/numpy/core/defchararray.py
+++ b/numpy/core/defchararray.py
@@ -1779,7 +1779,7 @@ def isdecimal(a):
Calls `unicode.isdecimal` element-wise.
Decimal characters include digit characters, and all characters
- that that can be used to form decimal-radix numbers,
+ that can be used to form decimal-radix numbers,
e.g. ``U+0660, ARABIC-INDIC DIGIT ZERO``.
Parameters