Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4639749 commit af94724Copy full SHA for af94724
1 file changed
Doc/reference/datamodel.rst
@@ -1173,7 +1173,7 @@ Basic customization
1173
builtin: print
1174
1175
Called by the :func:`format` built-in function (and by extension, the
1176
- :meth:`format` method of class :class:`str`) to produce a "formatted"
+ :meth:`str.format` method of class :class:`str`) to produce a "formatted"
1177
string representation of an object. The ``format_spec`` argument is
1178
a string that contains a description of the formatting options desired.
1179
The interpretation of the ``format_spec`` argument is up to the type
0 commit comments