diff options
Diffstat (limited to 'Doc/whatsnew')
-rw-r--r-- | Doc/whatsnew/3.0.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/whatsnew/3.0.rst b/Doc/whatsnew/3.0.rst index ba3e7ef..ef5b6a3 100644 --- a/Doc/whatsnew/3.0.rst +++ b/Doc/whatsnew/3.0.rst @@ -198,7 +198,7 @@ New Class and Metaclass Stuff * PEP 3115: New Metaclass Syntax. -* PEP 3119: Abstract Base Classes; ``@abstractmethod`` and +* PEP 3119: Abstract Base Classes (ABCs); ``@abstractmethod`` and ``@abstractproperty`` decorators; collection ABCs. * PEP 3129: Class decorators. |