Skip to content

Commit 961d1e1

Browse files
committed
Fix docstring
1 parent d804f59 commit 961d1e1

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

clr_loader/__init__.py

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -62,11 +62,13 @@ def get_mono(
6262
Whether to enable signal chaining, passed to ``mono_set_signal_chaining``.
6363
If it is enabled, the runtime saves the original signal handlers before
6464
installing its own, and calls the original ones in the following cases:
65-
- SIGSEGV/SIGABRT while executing native code
66-
- SIGPROF
67-
- SIGFPE
68-
- SIGQUIT
69-
- SIGUSR2
65+
66+
- SIGSEGV/SIGABRT while executing native code
67+
- SIGPROF
68+
- SIGFPE
69+
- SIGQUIT
70+
- SIGUSR2
71+
7072
This currently only works on POSIX platforms
7173
"""
7274
from .mono import Mono

0 commit comments

Comments
 (0)