Skip to content

Commit a1110b6

Browse files
committed
gh-101100: Resolve os.rst references to signals
1 parent a02b64c commit a1110b6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Doc/library/os.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4285,10 +4285,10 @@ to be ignored.
42854285

42864286
.. function:: abort()
42874287

4288-
Generate a :const:`SIGABRT` signal to the current process. On Unix, the default
4288+
Generate a :const:`~signal.SIGABRT` signal to the current process. On Unix, the default
42894289
behavior is to produce a core dump; on Windows, the process immediately returns
42904290
an exit code of ``3``. Be aware that calling this function will not call the
4291-
Python signal handler registered for :const:`SIGABRT` with
4291+
Python signal handler registered for :const:`~signal.SIGABRT` with
42924292
:func:`signal.signal`.
42934293

42944294

0 commit comments

Comments
 (0)