From: Georg Brandl Date: Wed, 10 May 2006 15:59:06 +0000 (+0000) Subject: Bug #1482988: indicate more prominently that the Stats class is in the pstats module. X-Git-Tag: v2.5b1~683 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e7d9539ebaee6b312e0041a089d28612740c23cf;p=thirdparty%2FPython%2Fcpython.git 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 8dd36d0414b4..0108b21e5ddb 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 ;-( )