bpo-32133: Improve numbers docs (GH-26124) (GH-26147)

This commit is contained in:
Miss Islington (bot) 2021-05-15 10:28:05 -07:00 committed by GitHub
parent b30b25b266
commit 376740110e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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