[Python-checkins] r45949 - python/trunk/Doc/lib/libprofile.tex

georg.brandl python-checkins at python.org
Wed May 10 17:59:06 CEST 2006


Author: georg.brandl
Date: Wed May 10 17:59:06 2006
New Revision: 45949

Modified:
   python/trunk/Doc/lib/libprofile.tex
Log:
Bug #1482988: indicate more prominently that the Stats class is in the pstats module.



Modified: python/trunk/Doc/lib/libprofile.tex
==============================================================================
--- python/trunk/Doc/lib/libprofile.tex	(original)
+++ python/trunk/Doc/lib/libprofile.tex	Wed May 10 17:59:06 2006
@@ -384,8 +384,9 @@
 \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 ;-( )


More information about the Python-checkins mailing list