Consistency check for versionadded/changed directives.
diff --git a/Doc/library/functions.rst b/Doc/library/functions.rst
index 5fb4f70..2b3cbd0 100644
--- a/Doc/library/functions.rst
+++ b/Doc/library/functions.rst
@@ -181,7 +181,6 @@
       character.  This is to facilitate detection of incomplete and complete
       statements in the :mod:`code` module.
 
-
    .. versionchanged:: 3.2
       Allowed use of Windows and Mac newlines.  Also input in ``'exec'`` mode
       does not have to end in a newline anymore.
@@ -939,8 +938,8 @@
       []
 
    .. versionchanged:: 3.2
-      Testing integers for membership takes constant time instead of
-      iterating through all items.
+      Testing integers for membership takes constant time instead of iterating
+      through all items.
 
 
 .. function:: repr(object)