From: Georg Brandl Date: Fri, 9 Feb 2007 18:48:41 +0000 (+0000) Subject: Bug #1656078: typo in in profile docs. X-Git-Tag: v2.6a1~2191 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=441268f86707979353625573d0fdf252a09774ec;p=python Bug #1656078: typo in in profile docs. --- diff --git a/Doc/lib/libprofile.tex b/Doc/lib/libprofile.tex index 0108b21e5d..179b396988 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