Skip to content

Commit

Permalink
Fix spelling in structure.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
campbellr committed Jul 4, 2012
1 parent 1cfed04 commit 0ff2616
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/writing/structure.rst
Expand Up @@ -279,7 +279,7 @@ clearer and thus preferred.
Using 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
with decoration is memorization 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 0ff2616

Please sign in to comment.