Skip to content

Commit

Permalink
Fix bpo-39416: Change "Numeric" to lower case; an english word, not a…
Browse files Browse the repository at this point in the history
… class name (pythonGH-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
  • Loading branch information
kpinc authored Oct 21, 2020
1 parent 2e5ca9e commit f8b1ccd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Doc/reference/datamodel.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit f8b1ccd

Please sign in to comment.