We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc7fe77 commit 8ec8390Copy full SHA for 8ec8390
Doc/c-api/conversion.rst
@@ -167,7 +167,7 @@ The following functions provide locale-independent string to number conversions.
167
Case insensitive comparison of strings. The function works almost
168
identically to :c:func:`!strcmp` except that it ignores the case and locale.
169
170
- This is an alias of :c:func:`PyOS_mstricmp` on all platforms except Windows.
+ This is an alias of :c:func:`PyOS_mystricmp` on all platforms except Windows.
171
172
173
.. c:function:: int PyOS_strnicmp(const char *s1, const char *s2, Py_ssize_t size)
0 commit comments