From 4fe9ff45abde5d510bfb20701be4f5bd7057f296 Mon Sep 17 00:00:00 2001 From: MLK97 Date: Wed, 22 Jan 2020 12:09:39 +0100 Subject: DOC: Updating Chararry Buffer datatypes #15360 --- numpy/core/defchararray.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'numpy/core/defchararray.py') 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 -- cgit v1.2.1