summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiguel Brito <5544985+miguendes@users.noreply.github.com>2021-05-15 16:56:12 (GMT)
committerGitHub <noreply@github.com>2021-05-15 16:56:12 (GMT)
commit086b5c6ce16b524629428b4fd5c9213930bfca47 (patch)
tree0cc2223efdb740e3b37cc5708fe9c0ac6cdd8c3e
parentc5b833046d9dbb2063f776703fc513b71664b859 (diff)
downloadcpython-086b5c6ce16b524629428b4fd5c9213930bfca47.zip
cpython-086b5c6ce16b524629428b4fd5c9213930bfca47.tar.gz
cpython-086b5c6ce16b524629428b4fd5c9213930bfca47.tar.bz2
bpo-32133: Improve numbers docs (GH-26124)
-rw-r--r--Doc/library/numbers.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/numbers.rst b/Doc/library/numbers.rst
index d37123c..b77845e 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 <abstract base class>` 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