diff options
| author | Eric Smith <eric@trueblade.com> | 2010-02-15 11:56:37 (GMT) |
|---|---|---|
| committer | Eric Smith <eric@trueblade.com> | 2010-02-15 11:56:37 (GMT) |
| commit | 7b12cce65dc67c2c89fd21c5bb90a67f4e91d4ab (patch) | |
| tree | 7de239c1b6ba9acbfb03a1682ea46c120ec2cf04 | |
| parent | 4bacacac5cd17be9cfa8d5173fd1bceb6429a770 (diff) | |
| download | cpython-7b12cce65dc67c2c89fd21c5bb90a67f4e91d4ab.zip cpython-7b12cce65dc67c2c89fd21c5bb90a67f4e91d4ab.tar.gz cpython-7b12cce65dc67c2c89fd21c5bb90a67f4e91d4ab.tar.bz2 | |
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.
........
| -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 5b065b3..5e6aa92 100644 --- a/Doc/library/string.rst +++ b/Doc/library/string.rst @@ -264,7 +264,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 |
