I always think of the language when I see "ABC". Emphasize the meaning of
authorSkip Montanaro <skip@pobox.com>
Tue, 4 Sep 2007 02:48:01 +0000 (02:48 +0000)
committerSkip Montanaro <skip@pobox.com>
Tue, 4 Sep 2007 02:48:01 +0000 (02:48 +0000)
the acronym.

Doc/whatsnew/3.0.rst

index ba3e7efa87c6b0cc8007e0efaa17872a20aa63d9..ef5b6a363e6b217feb3af198ed39770db950c6ed 100644 (file)
@@ -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.