Skip to content
This repository has been archived by the owner on Jun 9, 2020. It is now read-only.

Commit

Permalink
DOC: Be clearer about the expected usage of @Profile for line-profiling.
Browse files Browse the repository at this point in the history
  • Loading branch information
rkern committed Jan 9, 2015
1 parent 99891e5 commit aa1f425
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ get started is to use the `kernprof` script. ::

`kernprof` will create an instance of LineProfiler and insert it into the
`__builtins__` namespace with the name `profile`. It has been written to be
used as a decorator, so in your script, you can decorate any function you want
used as a decorator, so in your script, you decorate the functions you want
to profile with @profile. ::

@profile
Expand Down

0 comments on commit aa1f425

Please sign in to comment.