Added missing reading reference

This commit is contained in:
David Beazley 2024-07-31 10:23:25 -05:00
parent fffcb971e6
commit 94e9fdbf52

View File

@ -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) \]