diff options
author | MLK97 <maximilianlukaskonrad@hotmail.de> | 2020-01-22 12:09:39 +0100 |
---|---|---|
committer | mattip <matti.picus@gmail.com> | 2020-01-23 09:30:17 +1100 |
commit | 4fe9ff45abde5d510bfb20701be4f5bd7057f296 (patch) | |
tree | dff23c297cca1aed8aff008a1163e56ee83c85c9 /numpy/core/defchararray.py | |
parent | 0673731263ca75f4d91c87313157533b64fd37ce (diff) | |
download | numpy-4fe9ff45abde5d510bfb20701be4f5bd7057f296.tar.gz |
DOC: Updating Chararry Buffer datatypes #15360
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 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 |