Skip to content

Commit 4454660

Browse files
johnpaulfeliciano98felicijomroeschke
authored
DOC: Add hyperlink to ndarray.size in DataFrame.size docstring (#60368) (#60512)
* DOC: Add hyperlink to ndarray.size in DataFrame.size docstring (#60368) * DOC: Update DataFrame.size docstring with numpy.ndarray.size reference --------- Co-authored-by: John Paul Feliciano <[email protected]> Co-authored-by: Matthew Roeschke <[email protected]>
1 parent 659eecf commit 4454660

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)