Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ab875b9

Browse files
committed
Make one paragraph wrap a little better.
1 parent a19bb9b commit ab875b9

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Doc/lib/libprofile.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ \section{Instant Users Manual}
125125
%
126126
\code{profile.py} can also be invoked as
127127
a script to profile another script. For example:
128-
\code{python /usr/local/lib/python1.4/profile.py myscript.py}
128+
\code{python} \code{/usr/local/lib/python1.4/profile.py myscript.py}
129129

130130
When you wish to review the profile, you should use the methods in the
131131
\code{pstats} module. Typically you would load the statistics data as

Doc/libprofile.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ \section{Instant Users Manual}
125125
%
126126
\code{profile.py} can also be invoked as
127127
a script to profile another script. For example:
128-
\code{python /usr/local/lib/python1.4/profile.py myscript.py}
128+
\code{python} \code{/usr/local/lib/python1.4/profile.py myscript.py}
129129

130130
When you wish to review the profile, you should use the methods in the
131131
\code{pstats} module. Typically you would load the statistics data as

0 commit comments

Comments
 (0)