Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2df8113

Browse files
committed
Merged revisions 75024 via svnmerge from
svn+ssh://[email protected]/python/trunk ........ r75024 | brett.cannon | 2009-09-22 13:04:24 -0700 (Tue, 22 Sep 2009) | 1 line Fix a minor doc syntax typo. ........
1 parent ec79b1c commit 2df8113

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/library/sys.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@ always available.
341341
if the object type does not provide means to retrieve the size and would
342342
cause a `TypeError`.
343343

344-
func:`getsizeof` calls the object's __sizeof__ method and adds an additional
344+
:func:`getsizeof` calls the object's __sizeof__ method and adds an additional
345345
garbage collector overhead if the object is managed by the garbage collector.
346346

347347

0 commit comments

Comments
 (0)