summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Doc/lib/libprofile.tex5
1 files changed, 3 insertions, 2 deletions
diff --git a/Doc/lib/libprofile.tex b/Doc/lib/libprofile.tex
index 8dd36d0414..0108b21e5d 100644
--- a/Doc/lib/libprofile.tex
+++ b/Doc/lib/libprofile.tex
@@ -384,8 +384,9 @@ arguments to supply the globals and locals dictionaries for the
\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 ;-( )