diff options
author | Georg Brandl <georg@python.org> | 2007-02-09 18:48:41 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2007-02-09 18:48:41 (GMT) |
commit | 441268f86707979353625573d0fdf252a09774ec (patch) | |
tree | 32f751093e6a5fa5ed697f3162e3f82816029382 /Doc | |
parent | 7c4615b2524a1df36923593d0c1a32109d8a0049 (diff) | |
download | cpython-441268f86707979353625573d0fdf252a09774ec.zip cpython-441268f86707979353625573d0fdf252a09774ec.tar.gz cpython-441268f86707979353625573d0fdf252a09774ec.tar.bz2 |
Bug #1656078: typo in in profile docs.
Diffstat (limited to 'Doc')
-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 0108b21..179b396 100644 --- a/Doc/lib/libprofile.tex +++ b/Doc/lib/libprofile.tex @@ -319,7 +319,7 @@ code for these modules. \begin{funcdesc}{run}{command\optional{, filename}} -This function takes a single argument that has can be passed to the +This function takes a single argument that can be passed to the \keyword{exec} statement, and an optional file name. In all cases this routine attempts to \keyword{exec} its first argument, and gather profiling statistics from the execution. If no file name is present, then this |