Skip to content

Commit 0e33a94

Browse files
DOC: Example for char.array
1 parent 7604961 commit 0e33a94

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
@@ -1276,7 +1276,6 @@ class adds the following functionality:
12761276
12771277
>>> import numpy as np
12781278
>>> char_array = np.char.array(['hello', 'world', 'numpy','array'])
1279-
12801279
>>> char_array
12811280
chararray(['hello', 'world', 'numpy', 'array'], dtype='<U5')
12821281

0 commit comments

Comments
 (0)