There was an error while loading. Please reload this page.
1 parent 55f8857 commit 1c53308Copy full SHA for 1c53308
1 file changed
decorators.rst
@@ -5,7 +5,7 @@ Decorators are a significant part of Python. In simple words they are
5
functions which modify the functionality of another function. They help
6
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 consise.
+decorators can make your code concise.
9
10
Firstly let's discuss how to write your own decorator.
11
0 commit comments