mirror of
https://github.com/python/cpython.git
synced 2025-09-26 10:19:53 +00:00
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
(cherry picked from commit f8b1ccd63c
)
Co-authored-by: kpinc <kop@karlpinc.com>
This commit is contained in:
parent
c3442fd8a7
commit
224ed378b9
1 changed files with 1 additions and 1 deletions
|
@ -187,7 +187,7 @@ Ellipsis
|
||||||
related to mathematical numbers, but subject to the limitations of numerical
|
related to mathematical numbers, but subject to the limitations of numerical
|
||||||
representation in computers.
|
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
|
:meth:`__repr__` and :meth:`__str__`, have the following
|
||||||
properties:
|
properties:
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue