From 0a2893149e88e5c5bb69a29f78a4ad262a08cd29 Mon Sep 17 00:00:00 2001 From: Martin Michlmayr Date: Sun, 17 May 2020 15:30:00 +0800 Subject: DOC: Fix typos and cosmetic issues --- numpy/core/defchararray.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'numpy/core/defchararray.py') 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 -- cgit v1.2.1