summaryrefslogtreecommitdiffstats
path: root/Objects
diff options
context:
space:
mode:
authorEzio Melotti <ezio.melotti@gmail.com>2010-06-26 18:50:39 (GMT)
committerEzio Melotti <ezio.melotti@gmail.com>2010-06-26 18:50:39 (GMT)
commitc1897e716dcd05d258c3b6e41df538c7dccd778a (patch)
treecc0e8eeb7949b11c894d1e926506a4d82568801b /Objects
parent8a51c11eff04a9659ec0e23b212befb07303dfbd (diff)
downloadcpython-c1897e716dcd05d258c3b6e41df538c7dccd778a.zip
cpython-c1897e716dcd05d258c3b6e41df538c7dccd778a.tar.gz
cpython-c1897e716dcd05d258c3b6e41df538c7dccd778a.tar.bz2
Merged revisions 82248 via svnmerge from
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. ........
Diffstat (limited to 'Objects')
-rw-r--r--Objects/unicodeobject.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Objects/unicodeobject.c b/Objects/unicodeobject.c
index 83e0360..4328f93 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\