Merge typo fixes from 3.5

This commit is contained in:
Martin Panter 2016-04-05 06:20:32 +00:00
commit c86c91aab0
7 changed files with 13 additions and 13 deletions

View file

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