Skip to content

Commit

Permalink
implement changes post review
Browse files Browse the repository at this point in the history
  • Loading branch information
saldanhad committed Sep 29, 2024
1 parent 306283d commit 59c11f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pandas/core/strings/accessor.py
Original file line number Diff line number Diff line change
Expand Up @@ -3690,7 +3690,7 @@ def casefold(self):
)
isalpha = _map_and_wrap(
"isalpha",
docstring=_shared_docs["ismethods"] % _doc_args["isdigit"]
docstring=_shared_docs["ismethods"] % _doc_args["isalpha"]
+ _shared_docs["isalpha"],
)
isdigit = _map_and_wrap(
Expand Down

0 comments on commit 59c11f4

Please sign in to comment.