8000 Revert "Fix spelling in structure.rst" · mindsocket/python-guide@bbb1c2e · GitHub
[go: up one dir, main page]

Skip to content

Commit bbb1c2e

Browse files
author
Kenneth Reitz
committed
Revert "Fix spelling in structure.rst"
This reverts commit 0ff2616.
1 parent 91985e9 commit bbb1c2e

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
@@ -306,7 +306,7 @@ clearer and thus preferred.
306306
This mechanism is useful for separating concerns and avoiding
307307
external un-related logic 'polluting' the core logic of the function
308308
or method. A good example of a piece of functionality that is better handled
309-
with decoration is memorization or caching: you want to store the results of an
309+
with decoration is memoization or caching: you want to store the results of an
310310
expensive function in a table and use them directly instead of recomputing
311311
them when they have already been computed. This is clearly not part
312312
of the function logic.

0 commit comments

Comments
 (0)
0