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 868c089 commit 750fcf1Copy full SHA for 750fcf1
1 file changed
Doc/c-api/sys.rst
@@ -275,7 +275,7 @@ Operating System Utilities
275
Return ``0`` if the strings are equal, a negative value if *str1* is less
276
than *str2*, or a positive value if *str1* is greater than *str2*.
277
278
- This function is async-signal-safe and cannot fail.
+ This function cannot fail.
279
280
281
.. c:function:: int PyOS_mystrnicmp(const char *str1, const char *str2, Py_ssize_t size)
@@ -286,7 +286,7 @@ Operating System Utilities
286
287
288
289
290
291
292
.. _systemfunctions:
0 commit comments