From b82efeca2ac4df2d0e8b60386c4a5e8fe5fd14ab Mon Sep 17 00:00:00 2001 From: David Lowry-Duda Date: Wed, 26 Jul 2023 14:44:31 -0400 Subject: [PATCH] Update ex7_1.md This **tiny** commit corrects two typos. --- Exercises/ex7_1.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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