summaryrefslogtreecommitdiff
path: root/numpy/core/defchararray.py
diff options
context:
space:
mode:
Diffstat (limited to 'numpy/core/defchararray.py')
-rw-r--r--numpy/core/defchararray.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/numpy/core/defchararray.py b/numpy/core/defchararray.py
index b59f27065..35c1d907e 100644
--- a/numpy/core/defchararray.py
+++ b/numpy/core/defchararray.py
@@ -1611,7 +1611,7 @@ class chararray(ndarray):
.. note::
This class is provided for numarray backward-compatibility.
New code (not concerned with numarray compatibility) should use
- arrays of type object_, string_ or unicode_ and use the free
+ arrays of type string_ or unicode_ and use the free
functions in :mod:`numpy.char <numpy.core.defchararray>` for
fast vectorized string operations instead.
@@ -2351,9 +2351,9 @@ def array(obj, itemsize=None, copy=True, unicode=None, order=None):
.. note::
This class is provided for numarray backward-compatibility.
New code (not concerned with numarray compatibility) should use
- arrays of type object_, string_ or unicode_ and use the free
- functions in :mod:`numpy.char <numpy.core.defchararray>` for
- fast vectorized string operations instead.
+ arrays of type string_ or unicode_ and use the free functions
+ in :mod:`numpy.char <numpy.core.defchararray>` for fast
+ vectorized string operations instead.
Versus a regular Numpy array of type `string_` or `unicode_`, this
class adds the following functionality: