Skip to content

Commit

Permalink
DOC: Updating Chararry Buffer datatypes numpy#15360
Browse files Browse the repository at this point in the history
  • Loading branch information
MLK97 authored and mattip committed Jan 22, 2020
1 parent 4787918 commit 0673731
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion numpy/core/defchararray.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0673731

Please sign in to comment.