[Python-checkins] r75025 - in python/branches/release26-maint: Doc/library/sys.rst

brett.cannon python-checkins at python.org
Tue Sep 22 22:06:53 CEST 2009


Author: brett.cannon
Date: Tue Sep 22 22:06:53 2009
New Revision: 75025

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


Modified:
   python/branches/release26-maint/   (props changed)
   python/branches/release26-maint/Doc/library/sys.rst

Modified: python/branches/release26-maint/Doc/library/sys.rst
==============================================================================
--- python/branches/release26-maint/Doc/library/sys.rst	(original)
+++ python/branches/release26-maint/Doc/library/sys.rst	Tue Sep 22 22:06:53 2009
@@ -404,7 +404,7 @@
    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


More information about the Python-checkins mailing list