diff --git a/Doc/whatsnew/3.4.rst b/Doc/whatsnew/3.4.rst index 7f7383059e8..00b7c876ac3 100644 --- a/Doc/whatsnew/3.4.rst +++ b/Doc/whatsnew/3.4.rst @@ -84,7 +84,7 @@ New syntax features: * No new syntax features were added in Python 3.4. -New expected features for Python implementations: +New Features: * :ref:`pip should always be "available" ` (:pep:`453`). * :ref:`Newly created file descriptors are non-inheritable `