Skip to content

Commit 709d8ad

Browse files
author
Chang She
committed
Merge pull request #2519 from adamobeng/master
Fixed DataFrame.any() docstring
2 parents 4abc304 + 3e3ebea commit 709d8ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/frame.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4643,7 +4643,7 @@ def any(self, axis=0, bool_only=None, skipna=True, level=None):
46434643

46444644
def all(self, axis=0, bool_only=None, skipna=True, level=None):
46454645
"""
4646-
Return whether any element is True over requested axis.
4646+
Return whether all elements are True over requested axis.
46474647
%(na_action)s
46484648
46494649
Parameters

0 commit comments

Comments
 (0)