Skip to content

Commit fcefab9

Browse files
committed
minor editing
1 parent f05bad3 commit fcefab9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/writing/structure.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ clearer and thus preferred.
289289
# Do something
290290
# bar() is decorated
291291
292-
Using this mechanism is useful for separating concerns and avoiding
292+
This mechanism is useful for separating concerns and avoiding
293293
external un-related logic 'polluting' the core logic of the function
294294
or method. A good example of a piece of functionality that is better handled
295295
with decoration is memoization or caching: you want to store the results of an

0 commit comments

Comments
 (0)