Skip to content

Commit 6f01688

Browse files
liquiddandruffyasoob
authored andcommitted
Minor wording improvements (yasoob#180)
1 parent dcc0c1d commit 6f01688

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

decorators.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ Decorators
22
----------
33

44
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
5+
functions which modify the functionality of other functions. They help
6+
to make our code shorter and more Pythonic. Most beginners do not
77
know where to use them so I am going to share some areas where
88
decorators can make your code more concise.
99

0 commit comments

Comments
 (0)