Skip to content

Commit a38db84

Browse files
bpo-32133: Improve numbers docs (GH-26124) (GH-26149)
1 parent 67729a9 commit a38db84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)