]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.8] bpo-39416: change word case to not imply ABC (GH-22867) (GH-22869)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 16 Dec 2020 03:18:17 +0000 (19:18 -0800)
committerGitHub <noreply@github.com>
Wed, 16 Dec 2020 03:18:17 +0000 (22:18 -0500)
follow-up to bpo-39416

Co-authored-by: kpinc <kop@karlpinc.com>
Doc/reference/datamodel.rst

index 083d38cc9f1604d389c05d2dfdd1a2c836194823..332051e396994e735a814d4be61c24f409cac8a1 100644 (file)
@@ -182,7 +182,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: