]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
bpo-32133: Improve numbers docs (GH-26124)
authorMiguel Brito <5544985+miguendes@users.noreply.github.com>
Sat, 15 May 2021 16:56:12 +0000 (17:56 +0100)
committerGitHub <noreply@github.com>
Sat, 15 May 2021 16:56:12 +0000 (09:56 -0700)
Doc/library/numbers.rst

index d37123c35476a7e04e013ec8b7a9b75728b0daf5..b77845ed0dee92646146f831b19bfd71f21a1099 100644 (file)
@@ -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