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 a02b64c commit a1110b6Copy full SHA for a1110b6
Doc/library/os.rst
@@ -4285,10 +4285,10 @@ to be ignored.
4285
4286
.. function:: abort()
4287
4288
- Generate a :const:`SIGABRT` signal to the current process. On Unix, the default
+ Generate a :const:`~signal.SIGABRT` signal to the current process. On Unix, the default
4289
behavior is to produce a core dump; on Windows, the process immediately returns
4290
an exit code of ``3``. Be aware that calling this function will not call the
4291
- Python signal handler registered for :const:`SIGABRT` with
+ Python signal handler registered for :const:`~signal.SIGABRT` with
4292
:func:`signal.signal`.
4293
4294
0 commit comments