diff options
author | Brett Cannon <bcannon@gmail.com> | 2009-09-22 20:04:24 (GMT) |
---|---|---|
committer | Brett Cannon <bcannon@gmail.com> | 2009-09-22 20:04:24 (GMT) |
commit | 2f75572f442e635b9bfb5e78134305e5fb314fe7 (patch) | |
tree | 469359a7ab2feecb72181b343e318ec971471519 /Doc/library/sys.rst | |
parent | 68776dbd3ce5dfa04cbb957e797b164a2308af82 (diff) | |
download | cpython-2f75572f442e635b9bfb5e78134305e5fb314fe7.zip cpython-2f75572f442e635b9bfb5e78134305e5fb314fe7.tar.gz cpython-2f75572f442e635b9bfb5e78134305e5fb314fe7.tar.bz2 |
Fix a minor doc syntax typo.
Diffstat (limited to 'Doc/library/sys.rst')
-rw-r--r-- | Doc/library/sys.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/sys.rst b/Doc/library/sys.rst index 7a3f642..2b9a679 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 |