summaryrefslogtreecommitdiff
path: root/numpy/core/defchararray.py
diff options
context:
space:
mode:
authorMLK97 <maximilianlukaskonrad@hotmail.de>2020-01-22 12:09:39 +0100
committermattip <matti.picus@gmail.com>2020-01-23 09:30:17 +1100
commit4fe9ff45abde5d510bfb20701be4f5bd7057f296 (patch)
treedff23c297cca1aed8aff008a1163e56ee83c85c9 /numpy/core/defchararray.py
parent0673731263ca75f4d91c87313157533b64fd37ce (diff)
downloadnumpy-4fe9ff45abde5d510bfb20701be4f5bd7057f296.tar.gz
DOC: Updating Chararry Buffer datatypes #15360
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 9d34c5ce3..bc101f84b 100644
--- a/numpy/core/defchararray.py
+++ b/numpy/core/defchararray.py
@@ -1908,7 +1908,7 @@ class chararray(ndarray):
unicode : bool, optional
Are the array elements of type unicode (True) or string (False).
Default is False.
- buffer : int or str or bytes, optional
+ buffer : object exposing the buffer interface or str, optional
Memory address of the start of the array data. Default is None,
in which case a new array is created.
offset : int, optional