Skip to content

Commit 5e98f05

Browse files
catherinealvaradocsabella
authored andcommitted
bpo-36166: Change to rst datamodel file. (GH-13089)
1 parent c664b34 commit 5e98f05

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
@@ -1311,9 +1311,9 @@ Basic customization
13111311
Called by the :func:`format` built-in function,
13121312
and by extension, evaluation of :ref:`formatted string literals
13131313
<f-strings>` and the :meth:`str.format` method, to produce a "formatted"
1314-
string representation of an object. The ``format_spec`` argument is
1314+
string representation of an object. The *format_spec* argument is
13151315
a string that contains a description of the formatting options desired.
1316-
The interpretation of the ``format_spec`` argument is up to the type
1316+
The interpretation of the *format_spec* argument is up to the type
13171317
implementing :meth:`__format__`, however most classes will either
13181318
delegate formatting to one of the built-in types, or use a similar
13191319
formatting option syntax.

0 commit comments

Comments
 (0)