Skip to content

Commit

Permalink
Revert "Fix spelling in structure.rst"
Browse files Browse the repository at this point in the history
This reverts commit 0ff2616.
  • Loading branch information
Kenneth Reitz committed Jul 8, 2012
1 parent 91985e9 commit bbb1c2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/writing/structure.rst
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ clearer and thus preferred.
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 memorization or caching: you want to store the results of an
with decoration is memoization or caching: you want to store the results of an
expensive function in a table and use them directly instead of recomputing
them when they have already been computed. This is clearly not part
of the function logic.
Expand Down

0 comments on commit bbb1c2e

Please sign in to comment.