From 2f75572f442e635b9bfb5e78134305e5fb314fe7 Mon Sep 17 00:00:00 2001 From: Brett Cannon Date: Tue, 22 Sep 2009 20:04:24 +0000 Subject: [PATCH] Fix a minor doc syntax typo. --- Doc/library/sys.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/sys.rst b/Doc/library/sys.rst index 7a3f642e42..2b9a679230 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 -- 2.40.0