]> granicus.if.org Git - python/commitdiff
Merged revisions 75024 via svnmerge from
authorBrett Cannon <bcannon@gmail.com>
Tue, 22 Sep 2009 20:06:53 +0000 (20:06 +0000)
committerBrett Cannon <bcannon@gmail.com>
Tue, 22 Sep 2009 20:06:53 +0000 (20:06 +0000)
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.
........

Doc/library/sys.rst

index 61b757654ade969a32a6e3ef2192a2a9a91fa839..e1dedd6768abcc360f367cfffece4e5d05dc50d2 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