2 parents 08a8f92 + d9fc491 commit f29650dCopy full SHA for f29650d
1 file changed
decorators.rst
@@ -7,7 +7,7 @@ to make our code shorter and more Pythonic. Most of the beginners do not
7
know where to use them so I am going to share some areas where
8
decorators can make your code concise.
9
10
-Firstly let's discuss how to write your own decorator.
+First, let's discuss how to write your own decorator.
11
12
It is perhaps one of the most difficult concepts to grasp. We will take
13
it one step at a time so that you can fully understand it.
0 commit comments