Skip to content

Commit 7904a10

Browse files
committed
Improve numbers docs
1 parent bf99b71 commit 7904a10

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)