diff options
Diffstat (limited to 'Doc/lib/libprofile.tex')
-rw-r--r-- | Doc/lib/libprofile.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libprofile.tex b/Doc/lib/libprofile.tex index 20da0b6..bbf0371 100644 --- a/Doc/lib/libprofile.tex +++ b/Doc/lib/libprofile.tex @@ -125,7 +125,7 @@ profile.run("foo()", 'fooprof') % \code{profile.py} can also be invoked as a script to profile another script. For example: -\code{python /usr/local/lib/python1.4/profile.py myscript.py} +\code{python} \code{/usr/local/lib/python1.4/profile.py myscript.py} When you wish to review the profile, you should use the methods in the \code{pstats} module. Typically you would load the statistics data as |