]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix bpo-39416: Change "Numeric" to lower case; an english word, not a class name...
authorMiss Skeleton (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 21 Oct 2020 20:54:39 +0000 (13:54 -0700)
committerGitHub <noreply@github.com>
Wed, 21 Oct 2020 20:54:39 +0000 (13:54 -0700)
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
(cherry picked from commit f8b1ccd63c94bcde1c15d56d24add89861b6ceee)

Co-authored-by: kpinc <kop@karlpinc.com>
Doc/reference/datamodel.rst

index c0e7edb2421b0bb4250c22bf526681dbdd33784a..5ecf5431150b1142bf50df96e4fbb59e7fe79b8a 100644 (file)
@@ -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: