Actually print out the description of what changed.
diff --git a/Doc/library/configparser.rst b/Doc/library/configparser.rst
index 5b20bb7..c84e423 100644
--- a/Doc/library/configparser.rst
+++ b/Doc/library/configparser.rst
@@ -1065,7 +1065,6 @@
       :meth:`get` method.
 
       .. versionchanged:: 3.2
-
          Items present in *vars* no longer appear in the result. The previous
          behaviour mixed actual parser options with variables provided for
          interpolation.