mirror of
https://github.com/python/cpython.git
synced 2026-01-06 15:32:22 +00:00
Avoid splitting a word between a link and text
This commit is contained in:
parent
5ad517a7d9
commit
0519b09936
1 changed files with 2 additions and 2 deletions
|
|
@ -163,8 +163,8 @@ Glossary
|
|||
well-designed code improves its flexibility by allowing polymorphic
|
||||
substitution. Duck-typing avoids tests using :func:`type` or
|
||||
:func:`isinstance`. (Note, however, that duck-typing can be complemented
|
||||
with :term:`abstract base class`\ es.) Instead, it typically employs
|
||||
: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.
|
||||
|
||||
EAFP
|
||||
Easier to ask for forgiveness than permission. This common Python coding
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue