From: Benjamin Peterson Date: Thu, 3 Jul 2008 12:57:35 +0000 (+0000) Subject: lowercase glossary term X-Git-Tag: v2.6b2~118 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9385b9db8b303e1daa14d6cbf486544ce7c27b45;p=python lowercase glossary term --- diff --git a/Doc/glossary.rst b/Doc/glossary.rst index 693e4a7059..fc55d1fc3c 100644 --- a/Doc/glossary.rst +++ b/Doc/glossary.rst @@ -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