There was an error while loading. Please reload this page.
2 parents 4c2c960 + 42e9646 commit dc63b2aCopy full SHA for dc63b2a
1 file changed
decorators.rst
@@ -379,8 +379,8 @@ Decorator Classes
379
Now we have our logit decorator in production, but when some parts
380
of our application are considered critical, failure might be
381
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
+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
384
for your own records. This is a case for using inheritence, but
385
so far we've only seen functions being used to build decorators.
386
0 commit comments