Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 0ff2616

Browse filesBrowse files
committed
Fix spelling in structure.rst
1 parent 1cfed04 commit 0ff2616
Copy full SHA for 0ff2616

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎docs/writing/structure.rst

Copy file name to clipboardExpand all lines: docs/writing/structure.rst
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ clearer and thus preferred.
279279
Using this mechanism is useful for separating concerns and avoiding
280280
external un-related logic 'polluting' the core logic of the function
281281
or method. A good example of a piece of functionality that is better handled
282-
with decoration is memoization or caching: you want to store the results of an
282+
with decoration is memorization or caching: you want to store the results of an
283283
expensive function in a table and use them directly instead of recomputing
284284
them when they have already been computed. This is clearly not part
285285
of the function logic.

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.