From 0673731263ca75f4d91c87313157533b64fd37ce Mon Sep 17 00:00:00 2001 From: MLK97 Date: Tue, 21 Jan 2020 14:30:15 +0100 Subject: [PATCH] DOC: Updating Chararry Buffer datatypes #15360 --- numpy/core/defchararray.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/numpy/core/defchararray.py b/numpy/core/defchararray.py index 1cfdc55c0761..9d34c5ce3da9 100644 --- a/numpy/core/defchararray.py +++ b/numpy/core/defchararray.py @@ -1908,7 +1908,7 @@ class adds the following functionality: unicode : bool, optional Are the array elements of type unicode (True) or string (False). Default is False. - buffer : int, optional + buffer : int or str or bytes, optional Memory address of the start of the array data. Default is None, in which case a new array is created. offset : int, optional