Consistency check for versionadded/changed directives.
diff --git a/Doc/library/gc.rst b/Doc/library/gc.rst
index 29afc96..ae615eb 100644
--- a/Doc/library/gc.rst
+++ b/Doc/library/gc.rst
@@ -179,12 +179,12 @@
 
    .. versionchanged:: 3.2
       If this list is non-empty at interpreter shutdown, a warning message
-      gets printed:
+      gets printed.
 
    ::
 
-      gc: 2 uncollectable objects at shutdown:
-          Use gc.set_debug(gc.DEBUG_UNCOLLECTABLE) to list them.
+       gc: 2 uncollectable objects at shutdown:
+             Use gc.set_debug(gc.DEBUG_UNCOLLECTABLE) to list them.
 
 The following constants are provided for use with :func:`set_debug`: