Skip to content

Commit 42e9646

Browse files
committed
Update decorators.rst
Grammatical error in 7.6.2 "Decorator Classes"
1 parent ddb33c5 commit 42e9646

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)