mirror of https://github.com/python/cpython
Bug #1482988: indicate more prominently that the Stats class is in the pstats module.
This commit is contained in:
parent
147f121789
commit
e7d9539eba
|
@ -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 ;-( )
|
||||
|
|
Loading…
Reference in New Issue