From 84e499e959e35858da011880c7a06fe6e06b7bbb Mon Sep 17 00:00:00 2001 From: "Karl O. Pinc" Date: Wed, 21 Oct 2020 15:09:31 -0500 Subject: [PATCH] Change "Numeric" to lower case; an english word, not a class name --- Doc/reference/datamodel.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/reference/datamodel.rst b/Doc/reference/datamodel.rst index d9b72a9a942ed8..ab4eb478efb8b2 100644 --- a/Doc/reference/datamodel.rst +++ b/Doc/reference/datamodel.rst @@ -187,7 +187,7 @@ Ellipsis related to mathematical numbers, but subject to the limitations of numerical representation in computers. - The string representations of the Numeric classes, computed by + The string representations of the numeric classes, computed by :meth:`__repr__` and :meth:`__str__`, have the following properties: