mirror of https://github.com/python/cpython
Merged revisions 75024 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk ........ r75024 | brett.cannon | 2009-09-22 13:04:24 -0700 (Tue, 22 Sep 2009) | 1 line Fix a minor doc syntax typo. ........
This commit is contained in:
parent
ec79b1ca21
commit
2df8113622
|
@ -341,7 +341,7 @@ always available.
|
||||||
if the object type does not provide means to retrieve the size and would
|
if the object type does not provide means to retrieve the size and would
|
||||||
cause a `TypeError`.
|
cause a `TypeError`.
|
||||||
|
|
||||||
func:`getsizeof` calls the object's __sizeof__ method and adds an additional
|
:func:`getsizeof` calls the object's __sizeof__ method and adds an additional
|
||||||
garbage collector overhead if the object is managed by the garbage collector.
|
garbage collector overhead if the object is managed by the garbage collector.
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue