commit | f8b1ccd63c94bcde1c15d56d24add89861b6ceee | [log] [tgz] |
---|---|---|
author | kpinc <kop@karlpinc.com> | Wed Oct 21 15:34:15 2020 -0500 |
committer | GitHub <noreply@github.com> | Wed Oct 21 13:34:15 2020 -0700 |
tree | c315ab864904b787e74774c398ec517be8bf5d08 | |
parent | 2e5ca9e3f68b33abb7d2c66d22ffc18dec40641a [diff] |
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