Skip to content

Commit f8b1ccd

Browse files
authored
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
1 parent 2e5ca9e commit f8b1ccd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/reference/datamodel.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ Ellipsis
187187
related to mathematical numbers, but subject to the limitations of numerical
188188
representation in computers.
189189

190-
The string representations of the Numeric classes, computed by
190+
The string representations of the numeric classes, computed by
191191
:meth:`__repr__` and :meth:`__str__`, have the following
192192
properties:
193193

0 commit comments

Comments
 (0)