Skip to content

Commit 45d6b2f

Browse files
committed
DOC: Fix DataFrame.size docstring
1 parent dd59499 commit 45d6b2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/generic.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -665,7 +665,7 @@ def size(self) -> int:
665665
666666
See Also
667667
--------
668-
ndarray.size : Number of elements in the array.
668+
numpy.ndarray.size : Number of elements in the array.
669669
670670
Examples
671671
--------

0 commit comments

Comments
 (0)