]> granicus.if.org Git - python/commitdiff
Merged revisions 82248 via svnmerge from
authorEzio Melotti <ezio.melotti@gmail.com>
Sat, 26 Jun 2010 18:50:39 +0000 (18:50 +0000)
committerEzio Melotti <ezio.melotti@gmail.com>
Sat, 26 Jun 2010 18:50:39 +0000 (18:50 +0000)
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r82248 | ezio.melotti | 2010-06-26 21:44:42 +0300 (Sat, 26 Jun 2010) | 1 line

  Fix extra space.
........

Objects/unicodeobject.c

index 83e036099f6a09cf2c60f7c510020d735b6c4715..4328f9370b69d35bf68ccfdba5c053e6641796a2 100644 (file)
@@ -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\