diff --git a/Doc/whatsnew/3.5.rst b/Doc/whatsnew/3.5.rst index 86c5b6037f0..92657b4db48 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