Skip to content

Commit 750fcf1

Browse files
Simplify
1 parent 868c089 commit 750fcf1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Doc/c-api/sys.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)