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

Skip to content

Commit c1897e7

Browse files
committed
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 8a51c11 commit c1897e7

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
@@ -7977,7 +7977,7 @@ PyObject *PyUnicode_Replace(PyObject *obj,
79777977
}
79787978

79797979
PyDoc_STRVAR(replace__doc__,
7980-
"S.replace (old, new[, count]) -> str\n\
7980+
"S.replace(old, new[, count]) -> str\n\
79817981
\n\
79827982
Return a copy of S with all occurrences of substring\n\
79837983
old replaced by new. If the optional argument count is\n\

0 commit comments

Comments
 (0)