From 1f46c8d8f034af251c760c68406292f3356e99b7 Mon Sep 17 00:00:00 2001 From: Micael Jarniac Date: Fri, 20 Nov 2020 15:57:13 -0300 Subject: [PATCH] DOC: Fix typo --- pandas/core/generic.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandas/core/generic.py b/pandas/core/generic.py index 8b71ff83400d1..3aa692c5d3d43 100644 --- a/pandas/core/generic.py +++ b/pandas/core/generic.py @@ -11830,7 +11830,7 @@ def _doc_parms(cls): _any_desc = """\ Return whether any element is True, potentially over an axis. -Returns False unless there at least one element within a series or +Returns False unless there is at least one element within a series or along a Dataframe axis that is True or equivalent (e.g. non-zero or non-empty)."""