minor editing
authorEstevan Pequeno <estevan.pequeno@gmail.com>
Wed, 4 Jul 2012 02:24:08 +0000 (21:24 -0500)
committerEstevan Pequeno <estevan.pequeno@gmail.com>
Wed, 4 Jul 2012 02:24:08 +0000 (21:24 -0500)
docs/writing/structure.rst

index 61d83ab..0d2989b 100644 (file)
@@ -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