From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Wed, 16 Dec 2020 03:18:17 +0000 (-0800) Subject: [3.8] bpo-39416: change word case to not imply ABC (GH-22867) (GH-22869) X-Git-Tag: v3.8.7~16 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=aedc94b8e9d0f7700c665d8d1ba9c93df33e63a8;p=thirdparty%2FPython%2Fcpython.git [3.8] bpo-39416: change word case to not imply ABC (GH-22867) (GH-22869) follow-up to bpo-39416 Co-authored-by: kpinc --- diff --git a/Doc/reference/datamodel.rst b/Doc/reference/datamodel.rst index 083d38cc9f16..332051e39699 100644 --- a/Doc/reference/datamodel.rst +++ b/Doc/reference/datamodel.rst @@ -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: