[Python-checkins] r45672 - python/trunk/Doc/lib/libtrace.tex

skip.montanaro python-checkins at python.org
Sun Apr 23 21:26:33 CEST 2006


Author: skip.montanaro
Date: Sun Apr 23 21:26:33 2006
New Revision: 45672

Modified:
   python/trunk/Doc/lib/libtrace.tex
Log:
minor tweak

Modified: python/trunk/Doc/lib/libtrace.tex
==============================================================================
--- python/trunk/Doc/lib/libtrace.tex	(original)
+++ python/trunk/Doc/lib/libtrace.tex	Sun Apr 23 21:26:33 2006
@@ -19,7 +19,7 @@
 \end{verbatim}
 
 The above will generate annotated listings of all Python modules imported
-during the execution of somefile.py.
+during the execution of \code{somefile.py}.
 
 \subsection{Command Line Arguments}
 
@@ -69,7 +69,7 @@
 parameters.
 \end{methoddesc}
 
-\begin{methoddesc}[Trace]{run}{cmd\optional{,globals=None\optional{,locals=None}}}
+\begin{methoddesc}[Trace]{runctx}{cmd\optional{,globals=None\optional{,locals=None}}}
 Run \code{cmd} under control of the Trace object with the current tracing
 parameters in the defined global and local environments.  If not defined,
 \code{globals} and \code{locals} default to empty dictionaries.


More information about the Python-checkins mailing list