[Python-checkins] r83882 - python/branches/py3k/Objects/bytesobject.c
senthil.kumaran
python-checkins at python.org
Mon Aug 9 11:03:57 CEST 2010
Author: senthil.kumaran
Date: Mon Aug 9 11:03:57 2010
New Revision: 83882
Log:
spelling mistake.
Modified:
python/branches/py3k/Objects/bytesobject.c
Modified: python/branches/py3k/Objects/bytesobject.c
==============================================================================
--- python/branches/py3k/Objects/bytesobject.c (original)
+++ python/branches/py3k/Objects/bytesobject.c Mon Aug 9 11:03:57 2010
@@ -2151,7 +2151,7 @@
Return a copy of B with all occurrences of subsection\n\
old replaced by new. If the optional argument count is\n\
positive, only the first count occurrences are replaced. A\n\
-negative value of count replaces all occurences");
+negative value of count replaces all occurrences");
static PyObject *
bytes_replace(PyBytesObject *self, PyObject *args)
More information about the Python-checkins
mailing list