mirror of
https://github.com/python/cpython.git
synced 2025-07-14 23:05:17 +00:00
Fix typos in documentation and comments
This commit is contained in:
parent
28f35b24b6
commit
cc71a795df
7 changed files with 13 additions and 13 deletions
|
@ -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(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue