Skip to content

Commit

Permalink
Update long description in setup.py
Browse files Browse the repository at this point in the history
The menu command changed some time ago.
  • Loading branch information
jitseniesen committed Jun 10, 2023
1 parent ace1e78 commit 823dff2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def get_package_data(name, extlist):
Add a ``@profile`` decorator to the functions that you wish to profile
then press Shift+F10 (line profiler default) to run the profiler on
the current script, or go to ``Run > Profile line by line``.
the current script, or go to ``Run > Run line profiler``.
The results will be shown in a dockwidget, grouped by function. Lines
with a stronger color take more time to run.
Expand Down

0 comments on commit 823dff2

Please sign in to comment.