]> granicus.if.org Git - python/commitdiff
lowercase glossary term
authorBenjamin Peterson <benjamin@python.org>
Thu, 3 Jul 2008 12:57:35 +0000 (12:57 +0000)
committerBenjamin Peterson <benjamin@python.org>
Thu, 3 Jul 2008 12:57:35 +0000 (12:57 +0000)
Doc/glossary.rst

index 693e4a70597ea624b74e0e4fa4de6ffa31961f0b..fc55d1fc3c6f55322325d06ee9251f0b9e84b38e 100644 (file)
@@ -24,7 +24,7 @@ Glossary
       2to3 is available in the standard library as :mod:`lib2to3`; a standalone
       entry point is provided as :file:`Tools/scripts/2to3`.
 
-   Abstract Base Class
+   abstract base class
       Abstract Base Classes (abbreviated ABCs) complement :term:`duck-typing` by
       providing a way to define interfaces when other techniques like :func:`hasattr`
       would be clumsy. Python comes with many builtin ABCs for data structures