summaryrefslogtreecommitdiff
path: root/numpy/core/defchararray.py
diff options
context:
space:
mode:
authorMLK97 <maximilianlukaskonrad@hotmail.de>2020-01-21 14:30:15 +0100
committermattip <matti.picus@gmail.com>2020-01-23 09:30:17 +1100
commit0673731263ca75f4d91c87313157533b64fd37ce (patch)
tree3a7b946e9097b53a52d79b66233d7c6d6ae1caf7 /numpy/core/defchararray.py
parent47879187220243ca9d6dca5751491e62df846298 (diff)
downloadnumpy-0673731263ca75f4d91c87313157533b64fd37ce.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 1cfdc55c0..9d34c5ce3 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, 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