diff options
author | Éric Araujo <merwok@netwok.org> | 2011-06-06 15:12:29 (GMT) |
---|---|---|
committer | Éric Araujo <merwok@netwok.org> | 2011-06-06 15:12:29 (GMT) |
commit | e77535c90b0483d8cec913cca4b0628974a9f06e (patch) | |
tree | 538e352f514aacce0793ac3cc14ff49301f3acdc /Doc/library/numbers.rst | |
parent | 9f0df8bdb8497674709f1e0494dbb885b898d7ee (diff) | |
parent | a69ade81be00270bd613f7e5e4f999f5d7bc304b (diff) | |
download | cpython-e77535c90b0483d8cec913cca4b0628974a9f06e.zip cpython-e77535c90b0483d8cec913cca4b0628974a9f06e.tar.gz cpython-e77535c90b0483d8cec913cca4b0628974a9f06e.tar.bz2 |
Branch merge
Diffstat (limited to 'Doc/library/numbers.rst')
-rw-r--r-- | Doc/library/numbers.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Doc/library/numbers.rst b/Doc/library/numbers.rst index df8d521..ad33396 100644 --- a/Doc/library/numbers.rst +++ b/Doc/library/numbers.rst @@ -5,9 +5,9 @@ :synopsis: Numeric abstract base classes (Complex, Real, Integral, etc.). -The :mod:`numbers` module (:pep:`3141`) defines a hierarchy of numeric abstract -base classes which progressively define more operations. None of the types -defined in this module can be instantiated. +The :mod:`numbers` module (:pep:`3141`) defines a hierarchy of numeric +:term:`abstract base classes <abstract base class>` which progressively define +more operations. None of the types defined in this module can be instantiated. .. class:: Number |