File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -602,7 +602,7 @@ clearer and thus preferred.
602
602
This mechanism is useful for separating concerns and avoiding
603
603
external un-related logic 'polluting' the core logic of the function
604
604
or method. A good example of a piece of functionality that is better handled
605
- with decoration is `memoization <https://en.wikipedia.org/wiki/Memoization#Overview> ` or caching: you want to store the results of an
605
+ with decoration is `memoization <https://en.wikipedia.org/wiki/Memoization#Overview >`__ or caching: you want to store the results of an
606
606
expensive function in a table and use them directly instead of recomputing
607
607
them when they have already been computed. This is clearly not part
608
608
of the function logic.
You can’t perform that action at this time.
0 commit comments