summaryrefslogtreecommitdiffstats
path: root/Objects/clinic
diff options
context:
space:
mode:
authorMartin Panter <vadmium+py@gmail.com>2017-01-24 00:30:06 (GMT)
committerMartin Panter <vadmium+py@gmail.com>2017-01-24 00:30:06 (GMT)
commit91a8866dc1c228c36177502393132d6372d0a67d (patch)
tree37274779003921815e58a90be6fc7cfb5d966214 /Objects/clinic
parent8c79c70554aa535eb24477c924492db83716aae1 (diff)
downloadcpython-91a8866dc1c228c36177502393132d6372d0a67d.zip
cpython-91a8866dc1c228c36177502393132d6372d0a67d.tar.gz
cpython-91a8866dc1c228c36177502393132d6372d0a67d.tar.bz2
Fix grammar in doc string, RST markup
Diffstat (limited to 'Objects/clinic')
-rw-r--r--Objects/clinic/unicodeobject.c.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Objects/clinic/unicodeobject.c.h b/Objects/clinic/unicodeobject.c.h
index c4bf3a4..509405e 100644
--- a/Objects/clinic/unicodeobject.c.h
+++ b/Objects/clinic/unicodeobject.c.h
@@ -406,7 +406,7 @@ PyDoc_STRVAR(unicode_join__doc__,
"\n"
"Concatenate any number of strings.\n"
"\n"
-"The string whose method is called is inserted in between each given strings.\n"
+"The string whose method is called is inserted in between each given string.\n"
"The result is returned as a new string.\n"
"\n"
"Example: \'.\'.join([\'ab\', \'pq\', \'rs\']) -> \'ab.pq.rs\'");
@@ -962,4 +962,4 @@ unicode_sizeof(PyObject *self, PyObject *Py_UNUSED(ignored))
{
return unicode_sizeof_impl(self);
}
-/*[clinic end generated code: output=3d73f3dfd6ec7d83 input=a9049054013a1b77]*/
+/*[clinic end generated code: output=88b06f61edd282f9 input=a9049054013a1b77]*/