Update ex7_1.md

This **tiny** commit corrects two typos.
This commit is contained in:
David Lowry-Duda 2023-07-26 14:44:31 -04:00 committed by GitHub
parent 09c35c10df
commit b82efeca2a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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