Skip to content

Commit

Permalink
Added missing reading reference
Browse files Browse the repository at this point in the history
  • Loading branch information
dabeaz committed Jul 31, 2024
1 parent fffcb97 commit 94e9fdb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Exercises/ex7_2.md
Original file line number Diff line number Diff line change
Expand Up @@ -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) \]

Expand Down

0 comments on commit 94e9fdb

Please sign in to comment.