diff --git a/Doc/library/gc.rst b/Doc/library/gc.rst index 8ce850ba777e7c..d1632f4ddaaa03 100644 --- a/Doc/library/gc.rst +++ b/Doc/library/gc.rst @@ -113,7 +113,7 @@ The :mod:`gc` module provides the following functions: been examined more than *threshold1* times since generation ``1`` has been examined, then generation ``1`` is examined as well. With the third generation, things are a bit more complicated, - see `Collecting the oldest generation `_ for more information. + see `Collecting the oldest generation `_ for more information. .. function:: get_count()