I always think of the language when I see "ABC". Emphasize the meaning of

the acronym.
This commit is contained in:
Skip Montanaro 2007-09-04 02:48:01 +00:00
parent 5eb520cf1e
commit a86f5d4029
1 changed files with 1 additions and 1 deletions

View 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.