summaryrefslogtreecommitdiffstats
path: root/Objects/stringobject.c
diff options
context:
space:
mode:
authorEzio Melotti <ezio.melotti@gmail.com>2010-06-26 18:44:42 (GMT)
committerEzio Melotti <ezio.melotti@gmail.com>2010-06-26 18:44:42 (GMT)
commit2f06b78d61e58f39c2833048e7eab45ae6a93e57 (patch)
tree120c340768e33d3e38e72080803fe09d91c17405 /Objects/stringobject.c
parent62a14db9f4f7b77bfc5663902f0d05f74901e950 (diff)
downloadcpython-2f06b78d61e58f39c2833048e7eab45ae6a93e57.zip
cpython-2f06b78d61e58f39c2833048e7eab45ae6a93e57.tar.gz
cpython-2f06b78d61e58f39c2833048e7eab45ae6a93e57.tar.bz2
Fix extra space.
Diffstat (limited to 'Objects/stringobject.c')
-rw-r--r--Objects/stringobject.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Objects/stringobject.c b/Objects/stringobject.c
index 2fa2b79..8d3403a 100644
--- a/Objects/stringobject.c
+++ b/Objects/stringobject.c
@@ -2806,7 +2806,7 @@ replace(PyStringObject *self,
}
PyDoc_STRVAR(replace__doc__,
-"S.replace (old, new[, count]) -> string\n\
+"S.replace(old, new[, count]) -> string\n\
\n\
Return a copy of string S with all occurrences of substring\n\
old replaced by new. If the optional argument count is\n\