From: Brett Cannon Date: Tue, 22 Sep 2009 20:04:24 +0000 (+0000) Subject: Fix a minor doc syntax typo. X-Git-Tag: v2.7a1~467 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2f75572f442e635b9bfb5e78134305e5fb314fe7;p=thirdparty%2FPython%2Fcpython.git Fix a minor doc syntax typo. --- diff --git a/Doc/library/sys.rst b/Doc/library/sys.rst index 7a3f642e4219..2b9a6792301d 100644 --- a/Doc/library/sys.rst +++ b/Doc/library/sys.rst @@ -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