Skip to content

Commit f29650d

Browse files
committed
Merge pull request yasoob#37 from SeanPlusPlus/patch-1
Update decorators.rst
2 parents 08a8f92 + d9fc491 commit f29650d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

decorators.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ to make our code shorter and more Pythonic. Most of the beginners do not
77
know where to use them so I am going to share some areas where
88
decorators can make your code concise.
99

10-
Firstly let's discuss how to write your own decorator.
10+
First, let's discuss how to write your own decorator.
1111

1212
It is perhaps one of the most difficult concepts to grasp. We will take
1313
it one step at a time so that you can fully understand it.

0 commit comments

Comments
 (0)