summaryrefslogtreecommitdiffstats
path: root/Doc/library
diff options
context:
space:
mode:
authorEzio Melotti <ezio.melotti@gmail.com>2009-12-31 12:26:02 (GMT)
committerEzio Melotti <ezio.melotti@gmail.com>2009-12-31 12:26:02 (GMT)
commit4cadc7f3c9084051e599b5c02885e27a56dab4ee (patch)
treed7212d31744867f2768b507e961aa87c6387b820 /Doc/library
parent68dbebc8e8b7d7cbde146612e22ddcab0a03356a (diff)
downloadcpython-4cadc7f3c9084051e599b5c02885e27a56dab4ee.zip
cpython-4cadc7f3c9084051e599b5c02885e27a56dab4ee.tar.gz
cpython-4cadc7f3c9084051e599b5c02885e27a56dab4ee.tar.bz2
Merged revisions 77176 via svnmerge from
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 ........
Diffstat (limited to 'Doc/library')
-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 8c2c4e4..128fd03 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,