summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkpinc <kop@karlpinc.com>2020-10-21 15:34:15 -0500
committerGitHub <noreply@github.com>2020-10-21 13:34:15 -0700
commitf8b1ccd63c94bcde1c15d56d24add89861b6ceee (patch)
treec315ab864904b787e74774c398ec517be8bf5d08
parent2e5ca9e3f68b33abb7d2c66d22ffc18dec40641a (diff)
downloadcpython-git-f8b1ccd63c94bcde1c15d56d24add89861b6ceee.tar.gz
Fix bpo-39416: Change "Numeric" to lower case; an english word, not a class name (GH-22867)
This is a trivial fix to [bpo-39416](), which didn't come up until it was already committed ``` Change "Numeric" to "numeric". I believe this is trivial enough to not need an issue or a NEWS entry, although I'm unclear on what branches the original pull request received backports. ``` Automerge-Triggered-By: GH:merwok
-rw-r--r--Doc/reference/datamodel.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/reference/datamodel.rst b/Doc/reference/datamodel.rst
index d9b72a9a94..ab4eb478ef 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: