From: Éric Araujo Date: Thu, 18 Aug 2011 22:39:19 +0000 (+0200) Subject: Avoid splitting a word between a link and text X-Git-Tag: v3.2.3rc1~641^2~14 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0519b09936d1ec0ea0f339e733ba454905c3f543;p=thirdparty%2FPython%2Fcpython.git Avoid splitting a word between a link and text --- diff --git a/Doc/glossary.rst b/Doc/glossary.rst index 2003e0bc9a77..9d63bc49c6ea 100644 --- a/Doc/glossary.rst +++ b/Doc/glossary.rst @@ -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 `.) Instead, it + typically employs :func:`hasattr` tests or :term:`EAFP` programming. EAFP Easier to ask for forgiveness than permission. This common Python coding