]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix bpo-39416: Change "Numeric" to lower case; an english word, not a class name...
authorkpinc <kop@karlpinc.com>
Wed, 21 Oct 2020 20:34:15 +0000 (15:34 -0500)
committerGitHub <noreply@github.com>
Wed, 21 Oct 2020 20:34:15 +0000 (13:34 -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
Doc/reference/datamodel.rst

index d9b72a9a942ed8c2988e9ae591bc822a1fd91947..ab4eb478efb8b2d2945fc4de69e8c8bf95b3baca 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: