diff --git a/Exercises/ex7_1.md b/Exercises/ex7_1.md index 2dbba25..bd2761b 100644 --- a/Exercises/ex7_1.md +++ b/Exercises/ex7_1.md @@ -4,11 +4,11 @@ *Objectives:* -- Learn how to define a simple decorator functions. +- Learn how to define simple decorator functions. *Files Created:* `logcall.py` -*Files Modifie:* `validate.py` +*Files Modified:* `validate.py` ## (a) Your First Decorator