]> granicus.if.org Git - python/commitdiff
#7612: typo in stdtypes.rst
authorEzio Melotti <ezio.melotti@gmail.com>
Thu, 31 Dec 2009 12:24:38 +0000 (12:24 +0000)
committerEzio Melotti <ezio.melotti@gmail.com>
Thu, 31 Dec 2009 12:24:38 +0000 (12:24 +0000)
Doc/library/stdtypes.rst

index 469ecddb2221f8124db4e115bd810082cdd306bf..f43b71af98c2cce145bb51b4fc0ee02f4af0a696 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,