Skip to content

Commit 1c53308

Browse files
committed
Typo
1 parent 55f8857 commit 1c53308

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
@@ -5,7 +5,7 @@ Decorators are a significant part of Python. In simple words they are
55
functions which modify the functionality of another function. They help
66
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
8-
decorators can make your code consise.
8+
decorators can make your code concise.
99

1010
Firstly let's discuss how to write your own decorator.
1111

0 commit comments

Comments
 (0)