Skip to content

Commit

Permalink
Minor wording improvements (#180)
Browse files Browse the repository at this point in the history
  • Loading branch information
liquiddandruff authored and yasoob committed Nov 16, 2018
1 parent dcc0c1d commit 6f01688
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions decorators.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ Decorators
----------

Decorators are a significant part of Python. In simple words: they are
functions which modify the functionality of another function. They help
to make our code shorter and more Pythonic. Most of the beginners do not
functions which modify the functionality of other functions. They help
to make our code shorter and more Pythonic. Most beginners do not
know where to use them so I am going to share some areas where
decorators can make your code more concise.

Expand Down

0 comments on commit 6f01688

Please sign in to comment.