summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.rst18
1 files 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``
+++++++++++++++++++