summaryrefslogtreecommitdiffstats
path: root/Include
diff options
context:
space:
mode:
authorMartin Panter <vadmium+py@gmail.com>2016-04-05 06:19:42 (GMT)
committerMartin Panter <vadmium+py@gmail.com>2016-04-05 06:19:42 (GMT)
commitcc71a795df4986bca5f88ce1e30f81608ca7387d (patch)
tree2372590be9a189f04f3e1cd048af3fd5255a4ae7 /Include
parent28f35b24b67961626caa00dfee2c18223a05b696 (diff)
downloadcpython-cc71a795df4986bca5f88ce1e30f81608ca7387d.zip
cpython-cc71a795df4986bca5f88ce1e30f81608ca7387d.tar.gz
cpython-cc71a795df4986bca5f88ce1e30f81608ca7387d.tar.bz2
Fix typos in documentation and comments
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 09c9b21..143abd0 100644
--- a/Include/unicodeobject.h
+++ b/Include/unicodeobject.h
@@ -2052,7 +2052,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(