From: Miguel Brito <5544985+miguendes@users.noreply.github.com> Date: Sat, 15 May 2021 16:56:12 +0000 (+0100) Subject: bpo-32133: Improve numbers docs (GH-26124) X-Git-Tag: v3.11.0a1~1109 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=086b5c6ce16b524629428b4fd5c9213930bfca47;p=thirdparty%2FPython%2Fcpython.git bpo-32133: Improve numbers docs (GH-26124) --- diff --git a/Doc/library/numbers.rst b/Doc/library/numbers.rst index d37123c35476..b77845ed0dee 100644 --- a/Doc/library/numbers.rst +++ b/Doc/library/numbers.rst @@ -10,7 +10,7 @@ The :mod:`numbers` module (:pep:`3141`) defines a hierarchy of numeric :term:`abstract base classes ` which progressively define -more operations. None of the types defined in this module can be instantiated. +more operations. None of the types defined in this module are intended to be instantiated. .. class:: Number