From: Eric Smith Date: Mon, 15 Feb 2010 11:56:37 +0000 (+0000) Subject: Merged revisions 78198 via svnmerge from X-Git-Tag: v2.6.5rc1~67 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7b12cce65dc67c2c89fd21c5bb90a67f4e91d4ab;p=python 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. ........ --- diff --git a/Doc/library/string.rst b/Doc/library/string.rst index 5b065b3277..5e6aa92c1d 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