patch [ 698505 ] docs for hotshot module
diff --git a/Doc/lib/lib.tex b/Doc/lib/lib.tex
index 4f10cd0..8f3e21d 100644
--- a/Doc/lib/lib.tex
+++ b/Doc/lib/lib.tex
@@ -205,6 +205,7 @@
 \input{libpdb}                  % The Python Debugger
 
 \input{libprofile}              % The Python Profiler
+\input{libhotshot}              % New profiler
 
 \input{internet}                % Internet Protocols
 \input{libwebbrowser}