]> granicus.if.org Git - python/commitdiff
Merged revisions 83882 via svnmerge from
authorSenthil Kumaran <orsenthil@gmail.com>
Mon, 9 Aug 2010 09:06:23 +0000 (09:06 +0000)
committerSenthil Kumaran <orsenthil@gmail.com>
Mon, 9 Aug 2010 09:06:23 +0000 (09:06 +0000)
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r83882 | senthil.kumaran | 2010-08-09 14:33:57 +0530 (Mon, 09 Aug 2010) | 3 lines

  spelling mistake.
........

Objects/bytesobject.c

index 5a45136537061dcce30d6ea7186ecedb9869af69..0f7e7d3783d269d84a811f602544679a211c340a 100644 (file)
@@ -2558,7 +2558,7 @@ PyDoc_STRVAR(replace__doc__,
 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)