Skip to content

Commit 59c11f4

Browse files
committed
implement changes post review
1 parent 306283d commit 59c11f4

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
@@ -3690,7 +3690,7 @@ def casefold(self):
36903690
)
36913691
isalpha = _map_and_wrap(
36923692
"isalpha",
3693-
docstring=_shared_docs["ismethods"] % _doc_args["isdigit"]
3693+
docstring=_shared_docs["ismethods"] % _doc_args["isalpha"]
36943694
+ _shared_docs["isalpha"],
36953695
)
36963696
isdigit = _map_and_wrap(

0 commit comments

Comments
 (0)