Skip to content

Commit aedc94b

Browse files
[3.8] bpo-39416: change word case to not imply ABC (GH-22867) (GH-22869)
follow-up to bpo-39416 Co-authored-by: kpinc <[email protected]>
1 parent 57a1fc6 commit aedc94b

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
@@ -182,7 +182,7 @@ Ellipsis
182182
related to mathematical numbers, but subject to the limitations of numerical
183183
representation in computers.
184184

185-
The string representations of the Numeric classes, computed by
185+
The string representations of the numeric classes, computed by
186186
:meth:`__repr__` and :meth:`__str__`, have the following
187187
properties:
188188

0 commit comments

Comments
 (0)