Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c3ce882

Browse files
committed
Merged revisions 83882 via svnmerge from
svn+ssh://[email protected]/python/branches/py3k ........ r83882 | senthil.kumaran | 2010-08-09 14:33:57 +0530 (Mon, 09 Aug 2010) | 3 lines spelling mistake. ........
1 parent a3aee53 commit c3ce882

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Objects/bytesobject.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2558,7 +2558,7 @@ PyDoc_STRVAR(replace__doc__,
25582558
Return a copy of B with all occurrences of subsection\n\
25592559
old replaced by new. If the optional argument count is\n\
25602560
positive, only the first count occurrences are replaced. A\n\
2561-
negative value of count replaces all occurences");
2561+
negative value of count replaces all occurrences");
25622562

25632563
static PyObject *
25642564
bytes_replace(PyBytesObject *self, PyObject *args)

0 commit comments

Comments
 (0)