mirror of
https://github.com/python/cpython.git
synced 2025-10-03 13:45:29 +00:00
lowercase glossary term
This commit is contained in:
parent
8c43641271
commit
9385b9db8b
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ Glossary
|
||||||
2to3 is available in the standard library as :mod:`lib2to3`; a standalone
|
2to3 is available in the standard library as :mod:`lib2to3`; a standalone
|
||||||
entry point is provided as :file:`Tools/scripts/2to3`.
|
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
|
Abstract Base Classes (abbreviated ABCs) complement :term:`duck-typing` by
|
||||||
providing a way to define interfaces when other techniques like :func:`hasattr`
|
providing a way to define interfaces when other techniques like :func:`hasattr`
|
||||||
would be clumsy. Python comes with many builtin ABCs for data structures
|
would be clumsy. Python comes with many builtin ABCs for data structures
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue