diff options
Diffstat (limited to 'Doc/library/hotshot.rst')
-rw-r--r-- | Doc/library/hotshot.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/hotshot.rst b/Doc/library/hotshot.rst index b59d2b9..0ee0767 100644 --- a/Doc/library/hotshot.rst +++ b/Doc/library/hotshot.rst @@ -127,7 +127,7 @@ objects. Example Usage ------------- -Note that this example runs the python "benchmark" pystones. It can take some +Note that this example runs the Python "benchmark" pystones. It can take some time to run, and will produce large output files. :: >>> import hotshot, hotshot.stats, test.pystone |