From 3375d28b4dfefa73c476a3d54ce41049525aa345 Mon Sep 17 00:00:00 2001 From: Curiosit Date: Sun, 22 Oct 2023 23:06:47 +0200 Subject: [PATCH] Update ex7_1.md Fixed a typo: 6.6 -> 6.5 --- Exercises/ex7_1.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Exercises/ex7_1.md b/Exercises/ex7_1.md index bd2761bf..c316e8ca 100644 --- a/Exercises/ex7_1.md +++ b/Exercises/ex7_1.md @@ -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: