We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5b8330 commit 086b5c6Copy full SHA for 086b5c6
Doc/library/numbers.rst
@@ -10,7 +10,7 @@
10
11
The :mod:`numbers` module (:pep:`3141`) defines a hierarchy of numeric
12
:term:`abstract base classes <abstract base class>` which progressively define
13
-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.
14
15
16
.. class:: Number
0 commit comments