diff --git a/Doc/whatsnew/3.6.rst b/Doc/whatsnew/3.6.rst index 0187f94c6f4..84c452a0493 100644 --- a/Doc/whatsnew/3.6.rst +++ b/Doc/whatsnew/3.6.rst @@ -77,7 +77,7 @@ New library modules: 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.