diff options
author | Eric Smith <eric@trueblade.com> | 2010-02-15 11:57:31 (GMT) |
---|---|---|
committer | Eric Smith <eric@trueblade.com> | 2010-02-15 11:57:31 (GMT) |
commit | 0f7affe400502350a1fb947c9fbf06e5660183dc (patch) | |
tree | a8c289e74542b9fd9da28831c78079e8be11170e | |
parent | 7671efc1266bf4d4f734afb3809f5a8f181a7ee0 (diff) | |
download | cpython-0f7affe400502350a1fb947c9fbf06e5660183dc.zip cpython-0f7affe400502350a1fb947c9fbf06e5660183dc.tar.gz cpython-0f7affe400502350a1fb947c9fbf06e5660183dc.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 f79eae5..1bdad61 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 |