Skip to content

Commit 3767401

Browse files
bpo-32133: Improve numbers docs (GH-26124) (GH-26147)
1 parent b30b25b commit 3767401

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/library/numbers.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
The :mod:`numbers` module (:pep:`3141`) defines a hierarchy of numeric
1212
:term:`abstract base classes <abstract base class>` which progressively define
13-
more operations. None of the types defined in this module can be instantiated.
13+
more operations. None of the types defined in this module are intended to be instantiated.
1414

1515

1616
.. class:: Number

0 commit comments

Comments
 (0)