From a38db84122b4f664ee30b9ffd55ce87b7f4517ac Mon Sep 17 00:00:00 2001 From: "Miss Islington (bot)" <31488909+miss-islington@users.noreply.github.com> Date: Sat, 15 May 2021 10:28:55 -0700 Subject: [PATCH] bpo-32133: Improve numbers docs (GH-26124) (GH-26149) --- Doc/library/numbers.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/numbers.rst b/Doc/library/numbers.rst index d37123c35476..b77845ed0dee 100644 --- a/Doc/library/numbers.rst +++ b/Doc/library/numbers.rst @@ -10,7 +10,7 @@ The :mod:`numbers` module (:pep:`3141`) defines a hierarchy of numeric :term:`abstract base classes ` 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 -- 2.47.3