Skip to content

Commit 27f1472

Browse files
committed
Fixed doctests
1 parent 17c9d62 commit 27f1472

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

ptrace/tools.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,7 @@ def signal_to_exitcode(signum):
160160
Converts a signal number to an exit code.
161161
UNIX: https://www.gnu.org/software/bash/manual/html_node/Exit-Status.html
162162
163+
>>> import signal
163164
>>> signal_to_exitcode(signal.SIGQUIT)
164165
131
165166
"""

0 commit comments

Comments
 (0)