Fix a minor doc syntax typo.

This commit is contained in:
Brett Cannon 2009-09-22 20:04:24 +00:00
parent 68776dbd3c
commit 2f75572f44
1 changed files with 1 additions and 1 deletions

View File

@ -404,7 +404,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.
.. versionadded:: 2.6 .. versionadded:: 2.6