Skip to content

Commit dc63b2a

Browse files
committed
Merge pull request yasoob#114 from bbishop423/patch-1
Update decorators.rst
2 parents 4c2c960 + 42e9646 commit dc63b2a

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
@@ -379,8 +379,8 @@ Decorator Classes
379379
Now we have our logit decorator in production, but when some parts
380380
of our application are considered critical, failure might be
381381
something that needs more immediate attention. Let's say sometimes
382-
you want to just log to a file. Other times you want an email sent
383-
the problem is brought to your attention, and still keep a log
382+
you want to just log to a file. Other times you want an email sent,
383+
so the problem is brought to your attention, and still keep a log
384384
for your own records. This is a case for using inheritence, but
385385
so far we've only seen functions being used to build decorators.
386386

0 commit comments

Comments
 (0)