]> granicus.if.org Git - python/commitdiff
Make one paragraph wrap a little better.
authorFred Drake <fdrake@acm.org>
Fri, 13 Feb 1998 22:07:33 +0000 (22:07 +0000)
committerFred Drake <fdrake@acm.org>
Fri, 13 Feb 1998 22:07:33 +0000 (22:07 +0000)
Doc/lib/libprofile.tex
Doc/libprofile.tex

index 20da0b6bd2041797a0400b23fdcb238b1b68e102..bbf0371fc5a61139ad5a3805ec4793a80beb066f 100644 (file)
@@ -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
index 20da0b6bd2041797a0400b23fdcb238b1b68e102..bbf0371fc5a61139ad5a3805ec4793a80beb066f 100644 (file)
@@ -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