diff options
author | Georg Brandl <georg@python.org> | 2006-05-10 15:59:06 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2006-05-10 15:59:06 (GMT) |
commit | e7d9539ebaee6b312e0041a089d28612740c23cf (patch) | |
tree | e6897cb685897862725cfaaffa851374e618e1af /Doc | |
parent | 147f12178988e350327493fd2dae48258101a100 (diff) | |
download | cpython-e7d9539ebaee6b312e0041a089d28612740c23cf.zip cpython-e7d9539ebaee6b312e0041a089d28612740c23cf.tar.gz cpython-e7d9539ebaee6b312e0041a089d28612740c23cf.tar.bz2 |
Bug #1482988: indicate more prominently that the Stats class is in the pstats module.
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/lib/libprofile.tex | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Doc/lib/libprofile.tex b/Doc/lib/libprofile.tex index 8dd36d0..0108b21 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 ;-( ) |