[Python-checkins] bpo-32133: Improve numbers docs (GH-26124) (GH-26149)

rhettinger webhook-mailer at python.org
Sat May 15 13:28:59 EDT 2021


https://github.com/python/cpython/commit/a38db84122b4f664ee30b9ffd55ce87b7f4517ac
commit: a38db84122b4f664ee30b9ffd55ce87b7f4517ac
branch: 3.10
author: Miss Islington (bot) <31488909+miss-islington at users.noreply.github.com>
committer: rhettinger <rhettinger at users.noreply.github.com>
date: 2021-05-15T10:28:55-07:00
summary:

bpo-32133: Improve numbers docs (GH-26124) (GH-26149)

files:
M Doc/library/numbers.rst

diff --git a/Doc/library/numbers.rst b/Doc/library/numbers.rst
index d37123c35476a7..b77845ed0dee92 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



More information about the Python-checkins mailing list