From e7d9539ebaee6b312e0041a089d28612740c23cf Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Wed, 10 May 2006 15:59:06 +0000 Subject: [PATCH] Bug #1482988: indicate more prominently that the Stats class is in the pstats module. --- Doc/lib/libprofile.tex | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Doc/lib/libprofile.tex b/Doc/lib/libprofile.tex index 8dd36d0414b..0108b21e5dd 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 ;-( )