summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorEzio Melotti <ezio.melotti@gmail.com>2009-12-31 12:24:38 (GMT)
committerEzio Melotti <ezio.melotti@gmail.com>2009-12-31 12:24:38 (GMT)
commitd8e67e78fc90fb44f7816ec1ce9966c8833332d7 (patch)
tree059bdd11db9fa643d60c674e086eb48e31597a75 /Doc
parenteb6f8de8bf105b4d6e9e21898e76c5647a48a3c9 (diff)
downloadcpython-d8e67e78fc90fb44f7816ec1ce9966c8833332d7.zip
cpython-d8e67e78fc90fb44f7816ec1ce9966c8833332d7.tar.gz
cpython-d8e67e78fc90fb44f7816ec1ce9966c8833332d7.tar.bz2
#7612: typo in stdtypes.rst
Diffstat (limited to 'Doc')
-rw-r--r--Doc/library/stdtypes.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/stdtypes.rst b/Doc/library/stdtypes.rst
index 469ecdd..f43b71a 100644
--- a/Doc/library/stdtypes.rst
+++ b/Doc/library/stdtypes.rst
@@ -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,