diff -r ddab9a29b54b -r 82d8de021806 ztfy/utils/profilehooks.py --- a/ztfy/utils/profilehooks.py Tue Dec 07 17:27:24 2010 +0100 +++ b/ztfy/utils/profilehooks.py Sun May 22 22:37:32 2011 +0200 @@ -158,7 +158,7 @@ return decorator # @profile syntax -- we are a decorator. fp = FuncProfile(fn, skip=skip, filename=filename, immediate=immediate) - # or HotShotFuncProfile + # or HotShotFuncProfile # We cannot return fp or fp.__call__ directly as that would break method # definitions, instead we need to return a plain function. def new_fn(*args, **kw):