diff --git a/Objects/unicodeobject.c b/Objects/unicodeobject.c index 83e036099f6..4328f9370b6 100644 --- a/Objects/unicodeobject.c +++ b/Objects/unicodeobject.c @@ -7977,7 +7977,7 @@ PyObject *PyUnicode_Replace(PyObject *obj, } PyDoc_STRVAR(replace__doc__, - "S.replace (old, new[, count]) -> str\n\ + "S.replace(old, new[, count]) -> str\n\ \n\ Return a copy of S with all occurrences of substring\n\ old replaced by new. If the optional argument count is\n\