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

Skip to content

Commit 415f340

Browse files
committed
Merged revisions 82252 via svnmerge from
svn+ssh://[email protected]/python/branches/py3k ................ r82252 | ezio.melotti | 2010-06-26 21:50:39 +0300 (Sat, 26 Jun 2010) | 9 lines Merged revisions 82248 via svnmerge from svn+ssh://[email protected]/python/trunk ........ r82248 | ezio.melotti | 2010-06-26 21:44:42 +0300 (Sat, 26 Jun 2010) | 1 line Fix extra space. ........ ................
1 parent dbc8ed9 commit 415f340

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Objects/unicodeobject.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8039,7 +8039,7 @@ PyObject *PyUnicode_Replace(PyObject *obj,
80398039
}
80408040

80418041
PyDoc_STRVAR(replace__doc__,
8042-
"S.replace (old, new[, count]) -> str\n\
8042+
"S.replace(old, new[, count]) -> str\n\
80438043
\n\
80448044
Return a copy of S with all occurrences of substring\n\
80458045
old replaced by new. If the optional argument count is\n\

0 commit comments

Comments
 (0)