]> granicus.if.org Git - python/commitdiff
bpo-36166: Change to rst datamodel file. (GH-13089)
authorCatherine Alvarado <catherine@qventus.com>
Sat, 4 May 2019 21:54:35 +0000 (17:54 -0400)
committerCheryl Sabella <cheryl.sabella@gmail.com>
Sat, 4 May 2019 21:54:35 +0000 (17:54 -0400)
Doc/reference/datamodel.rst

index bad611e81c3e65133f5c2494e05fbfc1c15335bd..9fc9f3a3848a4ef523b696a63e57d89ba6d458eb 100644 (file)
@@ -1311,9 +1311,9 @@ Basic customization
    Called by the :func:`format` built-in function,
    and by extension, evaluation of :ref:`formatted string literals
    <f-strings>` and the :meth:`str.format` method, to produce a "formatted"
-   string representation of an object. The ``format_spec`` argument is
+   string representation of an object. The *format_spec* argument is
    a string that contains a description of the formatting options desired.
-   The interpretation of the ``format_spec`` argument is up to the type
+   The interpretation of the *format_spec* argument is up to the type
    implementing :meth:`__format__`, however most classes will either
    delegate formatting to one of the built-in types, or use a similar
    formatting option syntax.