diff options
author | Matti Picus <matti.picus@gmail.com> | 2020-05-17 12:35:57 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-17 12:35:57 +0300 |
commit | bd8be5417632c019dbc1d36400052805f95a372c (patch) | |
tree | a10a8a468d7d7dd0d25f5b6ac53a7f7b4b37053a /numpy/core/defchararray.py | |
parent | 125b0c82053c42c43d1b4b36c6184ae71c75c548 (diff) | |
parent | 0a2893149e88e5c5bb69a29f78a4ad262a08cd29 (diff) | |
download | numpy-bd8be5417632c019dbc1d36400052805f95a372c.tar.gz |
Merge pull request #16269 from tbm/typo
DOC: Fix typos and cosmetic issues
Diffstat (limited to 'numpy/core/defchararray.py')
-rw-r--r-- | numpy/core/defchararray.py | 2 |
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 |