Skip to content

Commit

Permalink
Merge pull request numpy#15370 from MLK97/DOC_correction_15360
Browse files Browse the repository at this point in the history
DOC: Updating Chararry Buffer datatypes numpy#15360
  • Loading branch information
mattip authored Jan 22, 2020
2 parents 4787918 + 4fe9ff4 commit 1f89724
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 : 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
Expand Down

0 comments on commit 1f89724

Please sign in to comment.