From 5f5370361ae3b07374530f4bfa4025badb47aeb0 Mon Sep 17 00:00:00 2001 From: Miguel Brito <5544985+miguendes@users.noreply.github.com> Date: Sat, 15 May 2021 17:56:12 +0100 Subject: [PATCH] bpo-32133: Improve numbers docs (GH-26124) (cherry picked from commit 086b5c6ce16b524629428b4fd5c9213930bfca47) Co-authored-by: Miguel Brito <5544985+miguendes@users.noreply.github.com> --- 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 d37123c35476a7e..b77845ed0dee926 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