mirror of
https://github.com/python/cpython.git
synced 2025-08-03 00:23:06 +00:00
bpo-32133: Improve numbers docs (GH-26124) (GH-26149)
This commit is contained in:
parent
67729a91a5
commit
a38db84122
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue