diff options
author | Georg Brandl <georg@python.org> | 2007-02-09 18:48:44 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2007-02-09 18:48:44 (GMT) |
commit | d84f68b10f0584d8bbe54dfeb40b0c1a8599e6a1 (patch) | |
tree | c2e1ac41716994b8d03bd55c3c39876ab323e906 /Doc | |
parent | 4b4f95d4351f76b6e7ab05605f11caa8540f4572 (diff) | |
download | cpython-d84f68b10f0584d8bbe54dfeb40b0c1a8599e6a1.zip cpython-d84f68b10f0584d8bbe54dfeb40b0c1a8599e6a1.tar.gz cpython-d84f68b10f0584d8bbe54dfeb40b0c1a8599e6a1.tar.bz2 |
Bug #1656078: typo in in profile docs.
(backport from rev. 53697)
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 |