mirror of
https://github.com/python/cpython.git
synced 2025-08-01 15:43:13 +00:00
Bug #1656078: typo in in profile docs.
This commit is contained in:
parent
7c4615b252
commit
441268f867
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue