ztfy/utils/profilehooks.py
branchZTK-1.1
changeset 70 82d8de021806
parent 26 06aa7b6a131c
--- 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):