summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatti Picus <matti.picus@gmail.com>2020-01-23 09:38:35 +1100
committerGitHub <noreply@github.com>2020-01-23 09:38:35 +1100
commit1f89724d2133dcc74a11bbf9ca3468164e6bf044 (patch)
treedff23c297cca1aed8aff008a1163e56ee83c85c9
parent47879187220243ca9d6dca5751491e62df846298 (diff)
parent4fe9ff45abde5d510bfb20701be4f5bd7057f296 (diff)
downloadnumpy-1f89724d2133dcc74a11bbf9ca3468164e6bf044.tar.gz
Merge pull request #15370 from MLK97/DOC_correction_15360
DOC: Updating Chararry Buffer datatypes #15360
-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..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, 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