File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1315,9 +1315,9 @@ Basic customization
1315
1315
Called by the :func: `format ` built-in function,
1316
1316
and by extension, evaluation of :ref: `formatted string literals
1317
1317
<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
1319
1319
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
1321
1321
implementing :meth: `__format__ `, however most classes will either
1322
1322
delegate formatting to one of the built-in types, or use a similar
1323
1323
formatting option syntax.
You can’t perform that action at this time.
0 commit comments