Skip to content

Commit 4519a95

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

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
@@ -386,7 +386,6 @@ def rpartition(a, sep):
386386
387387
Examples
388388
--------
389-
390389
>>> import numpy as np
391390
>>> a = np.array(['aAaAaA', ' aA ', 'abBABba'])
392391
>>> np.char.rpartition(a, 'A')

0 commit comments

Comments
 (0)