Bug #1482988: indicate more prominently that the Stats class is in the pstats module.

This commit is contained in:
Georg Brandl 2006-05-10 15:59:06 +00:00
parent 147f121789
commit e7d9539eba
1 changed files with 3 additions and 2 deletions

View File

@ -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 ;-( )