Skip to content

Commit 211b1d8

Browse files
authored
change to inline codeblocks
1 parent fe87221 commit 211b1d8

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Doc/library/signal.rst

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -666,9 +666,8 @@ The :mod:`signal` module defines the following functions:
666666
*sigset*.
667667

668668
The return value is an object representing the data contained in the
669-
:c:type:`siginfo_t` structure, namely: :attr:`!si_signo`, :attr:`!si_code`,
670-
:attr:`!si_errno`, :attr:`!si_pid`, :attr:`!si_uid`, :attr:`!si_status`,
671-
:attr:`!si_band`.
669+
:c:type:`siginfo_t` structure, namely: ``si_signo``, ``si_code``,
670+
``si_errno``, ``si_pid``, ``si_uid``, ``si_status``, ``si_band``.
672671

673672
.. availability:: Unix.
674673

0 commit comments

Comments
 (0)