Skip to content

Commit 3b2d738

Browse files
authored
Merge pull request fbaptiste#53 from metafury0-1/patch-2
Update 04 - Strong and Weak References.ipynb
2 parents aa375f1 + 0be6fe4 commit 3b2d738

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Part 4/Section 08 - Descriptors/04 - Strong and Weak References.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@
164164
"cell_type": "markdown",
165165
"metadata": {},
166166
"source": [
167-
"Now our reference count function will not work anymore, since the last reference to the object at that mempry address was removed and that memory address is now meaningless:"
167+
"Now our reference count function will not work anymore, since the last reference to the object at that memory address was removed and that memory address is now meaningless:"
168168
]
169169
},
170170
{

0 commit comments

Comments
 (0)