Bug #1482988: indicate more prominently that the Stats class is in the pstats module.
diff --git a/Doc/lib/libprofile.tex b/Doc/lib/libprofile.tex
index 8dd36d0..0108b21 100644
--- a/Doc/lib/libprofile.tex
+++ b/Doc/lib/libprofile.tex
@@ -384,8 +384,9 @@
\var{command} string.
\end{funcdesc}
-Analysis of the profiler data is done using this class from the
-\module{pstats} module:
+Analysis of the profiler data is done using the \class{Stats} class.
+
+\note{The \class{Stats} class is defined in the \module{pstats} module.}
% now switch modules....
% (This \stmodindex use may be hard to change ;-( )