]> granicus.if.org Git - python/commitdiff
Fix a minor doc syntax typo.
authorBrett Cannon <bcannon@gmail.com>
Tue, 22 Sep 2009 20:04:24 +0000 (20:04 +0000)
committerBrett Cannon <bcannon@gmail.com>
Tue, 22 Sep 2009 20:04:24 +0000 (20:04 +0000)
Doc/library/sys.rst

index 7a3f642e4219a21241184b9037f25ca17039d4e2..2b9a6792301d0096e4564627203114b98c7806d5 100644 (file)
@@ -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