Closed topper-123 closed 7 years ago
Correct bug in the example code.
Thanks.
Since writing engarde initially, I've since figured out how to write decorators that will work with either
@deco def func(): pass
or
@deco() def func(): pass
I'll put that on my todo list.
Correct bug in the example code.