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.
2 parents 5856e1c + 8958cd0 commit 23354f5Copy full SHA for 23354f5
1 file changed
Doc/reference/datamodel.rst
@@ -1189,7 +1189,7 @@ Basic customization
1189
builtin: print
1190
1191
Called by the :func:`format` built-in function (and by extension, the
1192
- :meth:`format` method of class :class:`str`) to produce a "formatted"
+ :meth:`str.format` method of class :class:`str`) to produce a "formatted"
1193
string representation of an object. The ``format_spec`` argument is
1194
a string that contains a description of the formatting options desired.
1195
The interpretation of the ``format_spec`` argument is up to the type
0 commit comments