From 94e9fdbf5204c06693a5bcf2d7947d42309ce38d Mon Sep 17 00:00:00 2001 From: David Beazley Date: Wed, 31 Jul 2024 10:23:25 -0500 Subject: [PATCH] Added missing reading reference --- Exercises/ex7_2.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Exercises/ex7_2.md b/Exercises/ex7_2.md index 3795daa..318779b 100644 --- a/Exercises/ex7_2.md +++ b/Exercises/ex7_2.md @@ -165,8 +165,7 @@ a Python reserved word so you have to pick a slightly different name. **Discussion** Writing robust decorators is often a lot harder than it looks. -Recommended reading: - +Recommended reading: [How you implemented your Python decorator is wrong](https://github.com/GrahamDumpleton/wrapt/blob/develop/blog/01-how-you-implemented-your-python-decorator-is-wrong.md) \[ [Solution](soln7_2.md) | [Index](index.md) | [Exercise 7.1](ex7_1.md) | [Exercise 7.3](ex7_3.md) \]