diff --git a/Doc/whatsnew/3.5.rst b/Doc/whatsnew/3.5.rst
index 86c5b6037f0da5f47b342c3ccb9c3661f3e9a9ea..92657b4db4838021aa37b6f7688b1e76c49bbe8d 100644
--- a/Doc/whatsnew/3.5.rst
+++ b/Doc/whatsnew/3.5.rst
@@ -266,7 +266,8 @@ types.
 
 .. seealso::
 
-   :pep:`484` -- Type Hints
+   * :pep:`484` -- Type Hints
+   * :mod:`typing` module documentation
 
 
 PEP 471 - os.scandir() function -- a better and faster directory iterator