Skip to content

Commit 9345b8b

Browse files
update docstring for runnin with older pyarrow (i.e. using Python backend)
1 parent a48ab11 commit 9345b8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/strings/accessor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3340,7 +3340,7 @@ def casefold(self):
33403340
>>> s3.str.isdigit()
33413341
0 True
33423342
1 True
3343-
2 True
3343+
2 False
33443344
3 False
33453345
dtype: bool
33463346

0 commit comments

Comments
 (0)