Skip to content

Commit 5366926

Browse files
authored
Merge pull request fbaptiste#58 from naeem-bebit/patch-1
Fix typo
2 parents f216543 + 2c035c7 commit 5366926

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Part 1/Section 07 - Scopes, Closures and Decorators/03 - Closures.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@
274274
"cell_type": "markdown",
275275
"metadata": {},
276276
"source": [
277-
"As we saw in the lecture, we can set up nonlocal variables in different inner functionsd that reference the same outer scope variable, i.e. we have a free variable that is shared between two closures. This works because both non local variables and the outer local variable all point back to the same cell object."
277+
"As we saw in the lecture, we can set up nonlocal variables in different inner functions that reference the same outer scope variable, i.e. we have a free variable that is shared between two closures. This works because both non local variables and the outer local variable all point back to the same cell object."
278278
]
279279
},
280280
{

0 commit comments

Comments
 (0)