Skip to content

Commit 37125ff

Browse files
miss-islingtoncatherinealvarado
authored andcommitted
bpo-36166: Change to rst datamodel file. (GH-13089) (#13094)
(cherry picked from commit 5e98f05) Co-authored-by: Catherine Alvarado <[email protected]>
1 parent 769ac7e commit 37125ff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Doc/reference/datamodel.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1315,9 +1315,9 @@ Basic customization
13151315
Called by the :func:`format` built-in function,
13161316
and by extension, evaluation of :ref:`formatted string literals
13171317
<f-strings>` and the :meth:`str.format` method, to produce a "formatted"
1318-
string representation of an object. The ``format_spec`` argument is
1318+
string representation of an object. The *format_spec* argument is
13191319
a string that contains a description of the formatting options desired.
1320-
The interpretation of the ``format_spec`` argument is up to the type
1320+
The interpretation of the *format_spec* argument is up to the type
13211321
implementing :meth:`__format__`, however most classes will either
13221322
delegate formatting to one of the built-in types, or use a similar
13231323
formatting option syntax.

0 commit comments

Comments
 (0)