Kaydet (Commit) 5e98f05e authored tarafından Catherine Alvarado's avatar Catherine Alvarado Kaydeden (comit) Cheryl Sabella

bpo-36166: Change to rst datamodel file. (GH-13089)

üst c664b342
...@@ -1311,9 +1311,9 @@ Basic customization ...@@ -1311,9 +1311,9 @@ Basic customization
Called by the :func:`format` built-in function, Called by the :func:`format` built-in function,
and by extension, evaluation of :ref:`formatted string literals and by extension, evaluation of :ref:`formatted string literals
<f-strings>` and the :meth:`str.format` method, to produce a "formatted" <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. 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 implementing :meth:`__format__`, however most classes will either
delegate formatting to one of the built-in types, or use a similar delegate formatting to one of the built-in types, or use a similar
formatting option syntax. formatting option syntax.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment