[Python-checkins] r53698 - python/branches/release25-maint/Doc/lib/libprofile.tex
georg.brandl
python-checkins at python.org
Fri Feb 9 19:48:45 CET 2007
Author: georg.brandl
Date: Fri Feb 9 19:48:44 2007
New Revision: 53698
Modified:
python/branches/release25-maint/Doc/lib/libprofile.tex
Log:
Bug #1656078: typo in in profile docs.
(backport from rev. 53697)
Modified: python/branches/release25-maint/Doc/lib/libprofile.tex
==============================================================================
--- python/branches/release25-maint/Doc/lib/libprofile.tex (original)
+++ python/branches/release25-maint/Doc/lib/libprofile.tex Fri Feb 9 19:48:44 2007
@@ -319,7 +319,7 @@
\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
More information about the Python-checkins
mailing list