Fix broken link

I think it's meant to be 6_5, unless there's a 6_6 that is missing altogether.
This commit is contained in:
Darshan Zend 2023-08-18 18:29:56 +01:00 committed by GitHub
parent afec76dd94
commit e414b66f4f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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: