Hi all, the last subclass "email_logit" in the decorator section didn't produce the right result. [decorator](https://github.com/yasoob/intermediatePython/blob/master/decorators.rst) Usage: ``` @email_logit def myfunc1(): pass ``` Output: ``` Traceback (most recent call last): File "<stdin>", line 1, in <module> File "<stdin>", line 8, in __init__ TypeError: __init__() missing 1 required positional argument: 'func' ```