diff options
Diffstat (limited to 'Doc/library/gc.rst')
-rw-r--r-- | Doc/library/gc.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Doc/library/gc.rst b/Doc/library/gc.rst index d11c2e1282..4af16a9dfd 100644 --- a/Doc/library/gc.rst +++ b/Doc/library/gc.rst @@ -3,9 +3,11 @@ .. module:: gc :synopsis: Interface to the cycle-detecting garbage collector. + .. moduleauthor:: Neil Schemenauer <nas@arctrix.com> .. sectionauthor:: Neil Schemenauer <nas@arctrix.com> +-------------- This module provides an interface to the optional garbage collector. It provides the ability to disable the collector, tune the collection frequency, |