diff --git a/Python/Decorators/decoCompleteExample.py b/Python/Decorators/decoCompleteExample.py index bf50990..2f89198 100644 --- a/Python/Decorators/decoCompleteExample.py +++ b/Python/Decorators/decoCompleteExample.py @@ -1,4 +1,7 @@ #https://www.datacamp.com/community/tutorials/decorators-python +#A an example of how this can be actually useful is here: +#https://www.codementor.io/sheena/advanced-use-python-decorators-class-function-du107nxsv + def basicdeco(func): '''A basic wrapper that just adds things '''