mirror of https://github.com/python/cpython
Fix a minor doc syntax typo.
This commit is contained in:
parent
68776dbd3c
commit
2f75572f44
|
@ -404,7 +404,7 @@ always available.
|
|||
if the object type does not provide means to retrieve the size and would
|
||||
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.
|
||||
|
||||
.. versionadded:: 2.6
|
||||
|
|
Loading…
Reference in New Issue