Skip to content
2 changes: 1 addition & 1 deletion pandas/core/generic.py
Original file line number Diff line number Diff line change
Expand Up @@ -665,7 +665,7 @@ def size(self) -> int:

See Also
--------
ndarray.size : Number of elements in the array.
numpy.ndarray.size : Number of elements in the array.

Examples
--------
Expand Down
Loading