diff options
author | Eric Smith <eric@trueblade.com> | 2010-02-15 11:59:37 (GMT) |
---|---|---|
committer | Eric Smith <eric@trueblade.com> | 2010-02-15 11:59:37 (GMT) |
commit | ee137ff1a98db52d9ebc4482c0a7898e5ad70547 (patch) | |
tree | bbd230d15e66f0fd1a3d8eb8b8f71cd0253ea355 /Doc | |
parent | f6594224e22e06cd7106718ffbc21b86992c32f5 (diff) | |
download | cpython-ee137ff1a98db52d9ebc4482c0a7898e5ad70547.zip cpython-ee137ff1a98db52d9ebc4482c0a7898e5ad70547.tar.gz cpython-ee137ff1a98db52d9ebc4482c0a7898e5ad70547.tar.bz2 |
Merged revisions 78200 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
................
r78200 | eric.smith | 2010-02-15 06:57:31 -0500 (Mon, 15 Feb 2010) | 9 lines
Merged revisions 78198 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r78198 | eric.smith | 2010-02-15 06:55:38 -0500 (Mon, 15 Feb 2010) | 1 line
Remove incorrect apostrophe.
........
................
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/library/string.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/string.rst b/Doc/library/string.rst index 465d294..2d100b0 100644 --- a/Doc/library/string.rst +++ b/Doc/library/string.rst @@ -248,7 +248,7 @@ Some examples:: The *format_spec* field contains a specification of how the value should be presented, including such details as field width, alignment, padding, decimal -precision and so on. Each value type can define it's own "formatting +precision and so on. Each value type can define its own "formatting mini-language" or interpretation of the *format_spec*. Most built-in types support a common formatting mini-language, which is |