Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
!fixup Fix ref
  • Loading branch information
StanFromIreland committed Nov 20, 2025
commit 8ec83908416720f195d0e7c0834c6a58c3bfc9a0
2 changes: 1 addition & 1 deletion Doc/c-api/conversion.rst
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ The following functions provide locale-independent string to number conversions.
Case insensitive comparison of strings. The function works almost
identically to :c:func:`!strcmp` except that it ignores the case and locale.

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.


.. c:function:: int PyOS_strnicmp(const char *s1, const char *s2, Py_ssize_t size)
Expand Down
Loading