Fix typos in documentation and comments

This commit is contained in:
Martin Panter 2016-04-05 06:19:42 +00:00
parent 28f35b24b6
commit cc71a795df
7 changed files with 13 additions and 13 deletions

View file

@ -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(