projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4639749
)
Fix link to str.format() in docs.
author
Chris Jerdonek
<chris.jerdonek@gmail.com>
Fri, 12 Oct 2012 01:47:54 +0000
(18:47 -0700)
committer
Chris Jerdonek
<chris.jerdonek@gmail.com>
Fri, 12 Oct 2012 01:47:54 +0000
(18:47 -0700)
Doc/reference/datamodel.rst
patch
|
blob
|
history
diff --git
a/Doc/reference/datamodel.rst
b/Doc/reference/datamodel.rst
index 7fad05e3942b6e6a70a7b09230bec4525a8e4209..ea2e0781b8c9e29aaaa84cb05724483e044daa3d 100644
(file)
--- a/
Doc/reference/datamodel.rst
+++ b/
Doc/reference/datamodel.rst
@@
-1173,7
+1173,7
@@
Basic customization
builtin: print
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
a string that contains a description of the formatting options desired.
The interpretation of the ``format_spec`` argument is up to the type