Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 23354f5

Browse files
committed
Merge from 3.3: Fix link to str.format() in docs.
2 parents 5856e1c + 8958cd0 commit 23354f5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/reference/datamodel.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1189,7 +1189,7 @@ Basic customization
11891189
builtin: print
11901190

11911191
Called by the :func:`format` built-in function (and by extension, the
1192-
:meth:`format` method of class :class:`str`) to produce a "formatted"
1192+
:meth:`str.format` method of class :class:`str`) to produce a "formatted"
11931193
string representation of an object. The ``format_spec`` argument is
11941194
a string that contains a description of the formatting options desired.
11951195
The interpretation of the ``format_spec`` argument is up to the type

0 commit comments

Comments
 (0)