Skip to content

Commit

Permalink
Merge pull request #15 from lancelote/master
Browse files Browse the repository at this point in the history
Typo
  • Loading branch information
yasoob committed Aug 17, 2015
2 parents 55f8857 + 1c53308 commit 85fa33e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion decorators.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ 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
know where to use them so I am going to share some areas where
decorators can make your code consise.
decorators can make your code concise.

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

Expand Down

0 comments on commit 85fa33e

Please sign in to comment.