mirror of
https://github.com/python/cpython.git
synced 2025-09-27 10:50:04 +00:00
Fix link to str.format() in docs.
This commit is contained in:
parent
463974916d
commit
af94724e00
1 changed files with 1 additions and 1 deletions
|
@ -1173,7 +1173,7 @@ Basic customization
|
||||||
builtin: print
|
builtin: print
|
||||||
|
|
||||||
Called by the :func:`format` built-in function (and by extension, the
|
Called by the :func:`format` built-in function (and by extension, the
|
||||||
:meth:`format` method of class :class:`str`) to produce a "formatted"
|
:meth:`str.format` method of class :class:`str`) 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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue