Skip to content

Commit 4b8a385

Browse files
authored
Update README.md
1 parent 571af40 commit 4b8a385

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

days/22-24-decorators/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
Welcome to this lesson. Decorators are a sometimes overlooked and more advanced feature. They support a nice way to abstract your code. Although hard to grasp at first there is not that much to it.
66

7-
I prepared a [Jupyter notebook](https://github.com/talkpython/100daysofcode-with-python-course/blob/master/days/22-24-decorators/decorators.ipynb) so you can follow along with this lesson.
7+
In today's videos you will watch me explain this powerful concept. You can follow along with my Jupyter notebook [here](https://github.com/talkpython/100daysofcode-with-python-course/blob/master/days/22-24-decorators/decorators.ipynb).
88

99
## Day 2: A practical exercise
1010

0 commit comments

Comments
 (0)