summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>1998-02-13 22:07:33 (GMT)
committerFred Drake <fdrake@acm.org>1998-02-13 22:07:33 (GMT)
commitab875b9a32b79927b87015a1d0c38bc2467703d2 (patch)
treeaa7a0ad72495ec18a49c385bbde03fc0e4748b9c
parenta19bb9bbcf3f574ac7917b7b10edcc8959c284db (diff)
downloadcpython-ab875b9a32b79927b87015a1d0c38bc2467703d2.zip
cpython-ab875b9a32b79927b87015a1d0c38bc2467703d2.tar.gz
cpython-ab875b9a32b79927b87015a1d0c38bc2467703d2.tar.bz2
Make one paragraph wrap a little better.
-rw-r--r--Doc/lib/libprofile.tex2
-rw-r--r--Doc/libprofile.tex2
2 files changed, 2 insertions, 2 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
diff --git a/Doc/libprofile.tex b/Doc/libprofile.tex
index 20da0b6..bbf0371 100644
--- a/Doc/libprofile.tex
+++ b/Doc/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