]> granicus.if.org Git - python/commitdiff
Merged revisions 78200 via svnmerge from
authorEric Smith <eric@trueblade.com>
Mon, 15 Feb 2010 11:59:37 +0000 (11:59 +0000)
committerEric Smith <eric@trueblade.com>
Mon, 15 Feb 2010 11:59:37 +0000 (11:59 +0000)
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.
  ........
................

Doc/library/string.rst

index 465d294958483f84f421d7b267dae834be472edc..2d100b0501bc912fe4cc218deaad52b43926f33c 100644 (file)
@@ -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