From 63f4591f2f00c8e812f30d8c6fe4c9018c74e717 Mon Sep 17 00:00:00 2001 From: Stephen Finucane Date: Fri, 31 Mar 2023 11:16:23 +0100 Subject: README: Use actual admonitions I forgot I was editing reStructuredText, not markdown /o\ Signed-off-by: Stephen Finucane --- README.rst | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/README.rst b/README.rst index 1bc0e96..49e8bd6 100644 --- a/README.rst +++ b/README.rst @@ -499,14 +499,16 @@ an exception will be raised and the test (or other covered code) will fail. When not gentle, the entire process will be terminated, which is less clean, but more likely to break hangs where no Python code is running. -> *Caution* -> Only one timeout can be active at any time across all threads in a single -> process. Using more than one has undefined results. (This could be improved -> by chaining alarms.) - -> *Note* -> Currently supported only on Unix because it relies on the ``alarm`` system -> call. +.. caution:: + + Only one timeout can be active at any time across all threads in a single + process. Using more than one has undefined results. (This could be improved + by chaining alarms.) + +.. note:: + + Currently supported only on Unix because it relies on the ``alarm`` system + call. ``WarningsCapture`` +++++++++++++++++++ -- cgit v1.2.1