Skip to content

Commit

Permalink
Merge pull request #114 from bbishop423/patch-1
Browse files Browse the repository at this point in the history
Update decorators.rst
  • Loading branch information
yasoob committed Mar 21, 2016
2 parents 4c2c960 + 42e9646 commit dc63b2a
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 @@ -379,8 +379,8 @@ Decorator Classes
Now we have our logit decorator in production, but when some parts
of our application are considered critical, failure might be
something that needs more immediate attention. Let's say sometimes
you want to just log to a file. Other times you want an email sent
the problem is brought to your attention, and still keep a log
you want to just log to a file. Other times you want an email sent,
so the problem is brought to your attention, and still keep a log
for your own records. This is a case for using inheritence, but
so far we've only seen functions being used to build decorators.

Expand Down

0 comments on commit dc63b2a

Please sign in to comment.