Skip to content

Commit b329b94

Browse files
DOC: Fix typo (#37980)
1 parent 08e4baf commit b329b94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/generic.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -11830,7 +11830,7 @@ def _doc_parms(cls):
1183011830
_any_desc = """\
1183111831
Return whether any element is True, potentially over an axis.
1183211832
11833-
Returns False unless there at least one element within a series or
11833+
Returns False unless there is at least one element within a series or
1183411834
along a Dataframe axis that is True or equivalent (e.g. non-zero or
1183511835
non-empty)."""
1183611836

0 commit comments

Comments
 (0)