]> granicus.if.org Git - python/commitdiff
Merged revisions 75026 via svnmerge from
authorBrett Cannon <bcannon@gmail.com>
Tue, 22 Sep 2009 20:12:41 +0000 (20:12 +0000)
committerBrett Cannon <bcannon@gmail.com>
Tue, 22 Sep 2009 20:12:41 +0000 (20:12 +0000)
svn+ssh://pythondev@svn.python.org/python/branches/py3k

................
  r75026 | brett.cannon | 2009-09-22 13:08:09 -0700 (Tue, 22 Sep 2009) | 9 lines

  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.
  ........
................

Doc/library/sys.rst

index a61bfd815620f42fc70fe1cb461f880374ceecab..e895e4c69ae7370cceafc226b77c2206eab1a7b3 100644 (file)
@@ -341,7 +341,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.