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

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: