mirror of
https://github.com/python/cpython.git
synced 2025-07-14 23:05:17 +00:00
Merge typo fixes from 3.5
This commit is contained in:
commit
c86c91aab0
7 changed files with 13 additions and 13 deletions
|
@ -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(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue