Demote warnings to notices, part 2: stuff that is 2.x-only.
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 @@
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