Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ad517a commit 0519b09Copy full SHA for 0519b09
1 file changed
Doc/glossary.rst
@@ -163,8 +163,8 @@ Glossary
163
well-designed code improves its flexibility by allowing polymorphic
164
substitution. Duck-typing avoids tests using :func:`type` or
165
:func:`isinstance`. (Note, however, that duck-typing can be complemented
166
- with :term:`abstract base class`\ es.) Instead, it typically employs
167
- :func:`hasattr` tests or :term:`EAFP` programming.
+ with :term:`abstract base classes <abstract base class>`.) Instead, it
+ typically employs :func:`hasattr` tests or :term:`EAFP` programming.
168
169
EAFP
170
Easier to ask for forgiveness than permission. This common Python coding
0 commit comments