diff options
author | Raymond Hettinger <python@rcn.com> | 2004-11-07 06:18:37 (GMT) |
---|---|---|
committer | Raymond Hettinger <python@rcn.com> | 2004-11-07 06:18:37 (GMT) |
commit | 700d9b9b63b09a2073181b14933e6ec95e7d4868 (patch) | |
tree | 7be86d135229cafdac39efe2cca140f44d73734a /Doc/lib/libprofile.tex | |
parent | 00afb07490c55b1a1e13a004184b9f178e883c00 (diff) | |
download | cpython-700d9b9b63b09a2073181b14933e6ec95e7d4868.zip cpython-700d9b9b63b09a2073181b14933e6ec95e7d4868.tar.gz cpython-700d9b9b63b09a2073181b14933e6ec95e7d4868.tar.bz2 |
SF patch #1061780: use a new -m option in pdb and profile invocations
Doc patch submitted by Ilya Sandler.
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 c283fd6..10cff84 100644 --- a/Doc/lib/libprofile.tex +++ b/Doc/lib/libprofile.tex @@ -128,7 +128,7 @@ The file \file{profile.py} can also be invoked as a script to profile another script. For example: \begin{verbatim} -python /usr/local/lib/python1.5/profile.py myscript.py +python -m profile myscript.py \end{verbatim} \file{profile.py} accepts two optional arguments on the command line: |