summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2008-07-03 12:57:35 (GMT)
committerBenjamin Peterson <benjamin@python.org>2008-07-03 12:57:35 (GMT)
commit9385b9db8b303e1daa14d6cbf486544ce7c27b45 (patch)
tree203582f99682bdd91672ce4eaf7af123bdd1527a /Doc
parent8c4364127193100d0c3e267f5a49aadd096732a6 (diff)
downloadcpython-9385b9db8b303e1daa14d6cbf486544ce7c27b45.zip
cpython-9385b9db8b303e1daa14d6cbf486544ce7c27b45.tar.gz
cpython-9385b9db8b303e1daa14d6cbf486544ce7c27b45.tar.bz2
lowercase glossary term
Diffstat (limited to 'Doc')
-rw-r--r--Doc/glossary.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/glossary.rst b/Doc/glossary.rst
index 693e4a7..fc55d1f 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