diff -r 598a00a4540a Doc/whatsnew/3.6.rst --- a/Doc/whatsnew/3.6.rst Fri Dec 16 10:00:53 2016 +0100 +++ b/Doc/whatsnew/3.6.rst Fri Dec 16 16:46:47 2016 +0200 @@ -360,7 +360,7 @@ PEP 487: Descriptor Protocol Enhancements ----------------------------------------- -:pep:`487` extends the descriptor protocol has to include the new optional +:pep:`487` extends the descriptor protocol to include the new optional :meth:`~object.__set_name__` method. Whenever a new class is defined, the new method will be called on all descriptors included in the definition, providing them with a reference to the class being defined and the name given to the