File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -275,7 +275,7 @@ Operating System Utilities
275275 Return ``0 `` if the strings are equal, a negative value if *str1 * is less
276276 than *str2 *, or a positive value if *str1 * is greater than *str2 *.
277277
278- This function is async-signal-safe and cannot fail.
278+ This function cannot fail.
279279
280280
281281.. c :function :: int PyOS_mystrnicmp (const char *str1, const char *str2, Py_ssize_t size)
@@ -286,7 +286,7 @@ Operating System Utilities
286286 Return ``0 `` if the strings are equal, a negative value if *str1 * is less
287287 than *str2 *, or a positive value if *str1 * is greater than *str2 *.
288288
289- This function is async-signal-safe and cannot fail.
289+ This function cannot fail.
290290
291291
292292.. _systemfunctions :
You can’t perform that action at this time.
0 commit comments