summaryrefslogtreecommitdiffstats
path: root/Include
diff options
context:
space:
mode:
authorMartin Panter <vadmium+py@gmail.com>2016-04-05 06:20:32 (GMT)
committerMartin Panter <vadmium+py@gmail.com>2016-04-05 06:20:32 (GMT)
commitc86c91aab02b4ce242b5497256328a880bfdecb4 (patch)
treea25973ae1e46ea7e22eb2fabdd3d8073a029a285 /Include
parent16ca06b8cb2426b540fdab75914d7cd0f715b7f0 (diff)
parentcc71a795df4986bca5f88ce1e30f81608ca7387d (diff)
downloadcpython-c86c91aab02b4ce242b5497256328a880bfdecb4.zip
cpython-c86c91aab02b4ce242b5497256328a880bfdecb4.tar.gz
cpython-c86c91aab02b4ce242b5497256328a880bfdecb4.tar.bz2
Merge typo fixes from 3.5
Diffstat (limited to 'Include')
-rw-r--r--Include/unicodeobject.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Include/unicodeobject.h b/Include/unicodeobject.h
index f0c1905..55d553d 100644
--- a/Include/unicodeobject.h
+++ b/Include/unicodeobject.h
@@ -2069,7 +2069,7 @@ PyAPI_FUNC(PyObject *) PyUnicode_Format(
/* Checks whether element is contained in container and return 1/0
accordingly.
- element has to coerce to an one element Unicode string. -1 is
+ element has to coerce to a one element Unicode string. -1 is
returned in case of an error. */
PyAPI_FUNC(int) PyUnicode_Contains(