Skip to content

Commit 8ec8390

Browse files
!fixup Fix ref
1 parent fc7fe77 commit 8ec8390

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/c-api/conversion.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ The following functions provide locale-independent string to number conversions.
167167
Case insensitive comparison of strings. The function works almost
168168
identically to :c:func:`!strcmp` except that it ignores the case and locale.
169169
170-
This is an alias of :c:func:`PyOS_mstricmp` on all platforms except Windows.
170+
This is an alias of :c:func:`PyOS_mystricmp` on all platforms except Windows.
171171
172172
173173
.. c:function:: int PyOS_strnicmp(const char *s1, const char *s2, Py_ssize_t size)

0 commit comments

Comments
 (0)