diff options
-rw-r--r-- | Doc/whatsnew/3.5.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Doc/whatsnew/3.5.rst b/Doc/whatsnew/3.5.rst index 86c5b60..92657b4 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 |