What's New in Python 3.5, PEP 475: mention modified signal functions
diff --git a/Doc/library/signal.rst b/Doc/library/signal.rst
index 0156415..553920d 100644
--- a/Doc/library/signal.rst
+++ b/Doc/library/signal.rst
@@ -428,8 +428,8 @@
    .. versionadded:: 3.3
 
    .. versionchanged:: 3.5
-      The function is now retried with the recomputed timeout if interrupted by
-      a signal not in *sigset* and the signal handler does not raise an
+      The function is now retried with the recomputed *timeout* if interrupted
+      by a signal not in *sigset* and the signal handler does not raise an
       exception (see :pep:`475` for the rationale).