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.
602602 This mechanism is useful for separating concerns and avoiding
603603external un-related logic 'polluting' the core logic of the function
604604or 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
606606expensive function in a table and use them directly instead of recomputing
607607them when they have already been computed. This is clearly not part
608608of the function logic.
You can’t perform that action at this time.
0 commit comments