Skip to content

Commit 756b4cc

Browse files
committed
remove duplicated line for isdecimal
1 parent 9cbc962 commit 756b4cc

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

pandas/core/strings/accessor.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3562,9 +3562,6 @@ def casefold(self):
35623562
Series.str.isupper : Check whether all characters are uppercase.
35633563
Series.str.istitle : Check whether all characters are titlecase.
35643564
3565-
Similar to ``str.isdecimal`` but also includes special digits, like
3566-
superscripted and subscripted digits in unicode.
3567-
35683565
Examples
35693566
--------
35703567
Similar to ``str.isdecimal`` but also includes special digits, like

0 commit comments

Comments
 (0)