]> granicus.if.org Git - python/commitdiff
whatsnew/3.5: Mention 'typing' module docs in seealso for pep 484
authorYury Selivanov <yselivanov@sprymix.com>
Wed, 5 Aug 2015 16:46:29 +0000 (12:46 -0400)
committerYury Selivanov <yselivanov@sprymix.com>
Wed, 5 Aug 2015 16:46:29 +0000 (12:46 -0400)
Doc/whatsnew/3.5.rst

index 86c5b6037f0da5f47b342c3ccb9c3661f3e9a9ea..92657b4db4838021aa37b6f7688b1e76c49bbe8d 100644 (file)
@@ -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