mirror of
https://github.com/python/cpython.git
synced 2025-12-10 02:50:09 +00:00
fix various doc typos #3320
This commit is contained in:
parent
9c87a40786
commit
90f36730e2
20 changed files with 35 additions and 35 deletions
|
|
@ -89,15 +89,15 @@ The following functions provide locale-independent string to number conversions.
|
|||
|
||||
.. cfunction:: char * PyOS_stricmp(char *s1, char *s2)
|
||||
|
||||
Case insensitive comparsion of strings. The functions works almost
|
||||
identical to :cfunc:`strcmp` except that it ignores the case.
|
||||
Case insensitive comparison of strings. The function works almost
|
||||
identically to :cfunc:`strcmp` except that it ignores the case.
|
||||
|
||||
.. versionadded:: 2.6
|
||||
|
||||
|
||||
.. cfunction:: char * PyOS_strnicmp(char *s1, char *s2, Py_ssize_t size)
|
||||
|
||||
Case insensitive comparsion of strings. The functions works almost
|
||||
identical to :cfunc:`strncmp` except that it ignores the case.
|
||||
Case insensitive comparison of strings. The function works almost
|
||||
identically to :cfunc:`strncmp` except that it ignores the case.
|
||||
|
||||
.. versionadded:: 2.6
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue