Skip to content

Commit f9ef74a

Browse files
committed
Change any to all
1 parent 7abd759 commit f9ef74a

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
@@ -842,7 +842,7 @@ def __contains__(self, key):
842842

843843
@property
844844
def empty(self):
845-
"""True if NDFrame is entirely empty [no items], i.e. all of the axes
845+
"""True if NDFrame is entirely empty [no items], i.e. any of the axes
846846
are of length 0.
847847
848848
Notes

0 commit comments

Comments
 (0)