We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f05bad3 commit fcefab9Copy full SHA for fcefab9
docs/writing/structure.rst
@@ -289,7 +289,7 @@ clearer and thus preferred.
289
# Do something
290
# bar() is decorated
291
292
-Using this mechanism is useful for separating concerns and avoiding
+This mechanism is useful for separating concerns and avoiding
293
external un-related logic 'polluting' the core logic of the function
294
or method. A good example of a piece of functionality that is better handled
295
with decoration is memoization or caching: you want to store the results of an
0 commit comments