From fcefab992cdf699a9c84e9aa56c0c1ed609f01e6 Mon Sep 17 00:00:00 2001 From: Estevan Pequeno Date: Tue, 3 Jul 2012 21:24:08 -0500 Subject: [PATCH] minor editing --- docs/writing/structure.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/writing/structure.rst b/docs/writing/structure.rst index 61d83ab..0d2989b 100644 --- a/docs/writing/structure.rst +++ b/docs/writing/structure.rst @@ -289,7 +289,7 @@ clearer and thus preferred. # Do something # bar() is decorated -Using this mechanism is useful for separating concerns and avoiding +This mechanism is useful for separating concerns and avoiding external un-related logic 'polluting' the core logic of the function or method. A good example of a piece of functionality that is better handled with decoration is memoization or caching: you want to store the results of an -- 1.8.0.2