Skip to content

Commit 3949177

Browse files
DOC: Example for char.array
1 parent 5eefd39 commit 3949177

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

numpy/_core/defchararray.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -525,7 +525,6 @@ class adds the following functionality:
525525
526526
Examples
527527
--------
528-
529528
>>> import numpy as np
530529
>>> charar = np.char.chararray((3, 3))
531530
>>> charar[:] = 'a'

0 commit comments

Comments
 (0)