diff -r 9ded2433dc2c Doc/whatsnew/3.6.rst --- a/Doc/whatsnew/3.6.rst Mon Nov 28 20:56:37 2016 +0200 +++ b/Doc/whatsnew/3.6.rst Thu Dec 15 20:38:19 2016 +0530 @@ -86,7 +86,7 @@ CPython implementation improvements: * The :ref:`dict ` type has been reimplemented to use - a :ref:`faster, more compact representation ` + a :ref:`more compact representation ` similar to the `PyPy dict implementation`_. This resulted in dictionaries using 20% to 25% less memory when compared to Python 3.5.