summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--numpy/core/_add_newdocs.py7
1 files changed, 7 insertions, 0 deletions
diff --git a/numpy/core/_add_newdocs.py b/numpy/core/_add_newdocs.py
index 3bbc3c5ed..1b7e163fc 100644
--- a/numpy/core/_add_newdocs.py
+++ b/numpy/core/_add_newdocs.py
@@ -2702,6 +2702,13 @@ add_newdoc('numpy.core.multiarray', 'ndarray', ('nbytes',
-----
Does not include memory consumed by non-element attributes of the
array object.
+
+ See Also
+ --------
+ sys.getsizeof
+ Memory consumed by the object itself
+ without parents in case view.
+ This does include memory consumed by non-element attributes.
Examples
--------