Merge pull request #65 from Curiosit/main

Update ex7_1.md
This commit is contained in:
David Beazley 2024-07-31 10:20:39 -05:00 committed by GitHub
commit fffcb971e6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -62,7 +62,7 @@ Calling sub
## (b) A Real Decorator
In [Exercise 6.6](ex6_6.md), you created a callable class `ValidatedFunction` that
In [Exercise 6.5](ex6_5.md), you created a callable class `ValidatedFunction` that
enforced type annotations. Rewrite this class as a decorator function called `validated`.
It should allow you to write code like this: