Merge pull request #31 from davidlowryduda/patch-1

Update ex7_1.md
This commit is contained in:
David Beazley 2023-07-26 19:52:09 -05:00 committed by GitHub
commit 558ece5cf5
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