summaryrefslogtreecommitdiff
path: root/numpy/core/defchararray.py
diff options
context:
space:
mode:
authorRalf Gommers <ralf.gommers@gmail.com>2019-02-28 12:24:13 -0800
committerGitHub <noreply@github.com>2019-02-28 12:24:13 -0800
commitc4a840ed97f67cfdc7c5d8a04512cdc86098dff0 (patch)
tree9a13f30deadd78d142fc0153a09a636079a47696 /numpy/core/defchararray.py
parentb9ab1a57b9c7ff9462b8d678bce91274d0ad4d12 (diff)
parent76099ada3cca1d815e1b32f5d0c9786e1c5e0481 (diff)
downloadnumpy-c4a840ed97f67cfdc7c5d8a04512cdc86098dff0.tar.gz
Merge pull request #13002 from mattip/doc-warnings2
DOC: reduce warnings when building, and rephrase slightly
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 007fc6186..3fd7d14c4 100644
--- a/numpy/core/defchararray.py
+++ b/numpy/core/defchararray.py
@@ -29,7 +29,7 @@ from numpy.compat import asbytes, long
import numpy
__all__ = [
- 'chararray', 'equal', 'not_equal', 'greater_equal', 'less_equal',
+ 'equal', 'not_equal', 'greater_equal', 'less_equal',
'greater', 'less', 'str_len', 'add', 'multiply', 'mod', 'capitalize',
'center', 'count', 'decode', 'encode', 'endswith', 'expandtabs',
'find', 'index', 'isalnum', 'isalpha', 'isdigit', 'islower', 'isspace',