Skip to content

Commit 7604961

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

numpy/_core/defchararray.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -386,7 +386,7 @@ def rpartition(a, sep):
386386
387387
Examples
388388
--------
389-
389+
390390
>>> import numpy as np
391391
>>> a = np.array(['aAaAaA', ' aA ', 'abBABba'])
392392
>>> np.char.rpartition(a, 'A')

0 commit comments

Comments
 (0)