summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSkip Montanaro <skip@pobox.com>2007-09-04 02:48:01 (GMT)
committerSkip Montanaro <skip@pobox.com>2007-09-04 02:48:01 (GMT)
commita86f5d4029f839cd19358f7de61ccce1c15fee45 (patch)
tree99b301ab78c03efca4c259dad5501949ee973c41
parent5eb520cf1e715f4c40d0742a80f85c0be9e1297c (diff)
downloadcpython-a86f5d4029f839cd19358f7de61ccce1c15fee45.zip
cpython-a86f5d4029f839cd19358f7de61ccce1c15fee45.tar.gz
cpython-a86f5d4029f839cd19358f7de61ccce1c15fee45.tar.bz2
I always think of the language when I see "ABC". Emphasize the meaning of
the acronym.
-rw-r--r--Doc/whatsnew/3.0.rst2
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.