Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0519b09

Browse files
committed
Avoid splitting a word between a link and text
1 parent 5ad517a commit 0519b09

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Doc/glossary.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -163,8 +163,8 @@ Glossary
163163
well-designed code improves its flexibility by allowing polymorphic
164164
substitution. Duck-typing avoids tests using :func:`type` or
165165
: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.
166+
with :term:`abstract base classes <abstract base class>`.) Instead, it
167+
typically employs :func:`hasattr` tests or :term:`EAFP` programming.
168168

169169
EAFP
170170
Easier to ask for forgiveness than permission. This common Python coding

0 commit comments

Comments
 (0)