summaryrefslogtreecommitdiffstats
path: root/Doc/library/hotshot.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Doc/library/hotshot.rst')
-rw-r--r--Doc/library/hotshot.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/hotshot.rst b/Doc/library/hotshot.rst
index 21c76a9..b59d2b9 100644
--- a/Doc/library/hotshot.rst
+++ b/Doc/library/hotshot.rst
@@ -26,7 +26,7 @@ in C, it should result in a much smaller performance impact than the existing
The results should be more meaningful than in the past: the timing core
contained a critical bug.
-.. warning::
+.. note::
The :mod:`hotshot` profiler does not yet work well with threads. It is useful to
use an unthreaded script to run the profiler over the code you're interested in