]> granicus.if.org Git - python/commitdiff
Merged revisions 77176 via svnmerge from
authorEzio Melotti <ezio.melotti@gmail.com>
Thu, 31 Dec 2009 12:26:02 +0000 (12:26 +0000)
committerEzio Melotti <ezio.melotti@gmail.com>
Thu, 31 Dec 2009 12:26:02 +0000 (12:26 +0000)
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r77176 | ezio.melotti | 2009-12-31 14:24:38 +0200 (Thu, 31 Dec 2009) | 1 line

  #7612: typo in stdtypes.rst
........

Doc/library/stdtypes.rst

index 8c2c4e4ee5b7007cab9f15aad22b8ac928cb60d3..128fd032c999376d0d174d0ebbecc672cb99e6c4 100644 (file)
@@ -650,7 +650,7 @@ string syntax: ``b'xyzzy'``.  To construct byte arrays, use the
    Also, while in previous Python versions, byte strings and Unicode strings
    could be exchanged for each other rather freely (barring encoding issues),
    strings and bytes are now completely separate concepts.  There's no implicit
-   en-/decoding if you pass and object of the wrong type.  A string always
+   en-/decoding if you pass an object of the wrong type.  A string always
    compares unequal to a bytes or bytearray object.
 
 Lists are constructed with square brackets, separating items with commas: ``[a,