]> granicus.if.org Git - python/commitdiff
Bug #1482988: indicate more prominently that the Stats class is in the pstats module.
authorGeorg Brandl <georg@python.org>
Wed, 10 May 2006 15:59:06 +0000 (15:59 +0000)
committerGeorg Brandl <georg@python.org>
Wed, 10 May 2006 15:59:06 +0000 (15:59 +0000)
Doc/lib/libprofile.tex

index 8dd36d0414b43972df303175cef3938de2ae2911..0108b21e5ddb2410fa8c2af57ab6886de5c7974e 100644 (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 ;-( )