Skip to content

Commit 1bc227b

Browse files
committed
fix typo anther to another
1 parent 24dd638 commit 1bc227b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"cell_type": "markdown",
1212
"metadata": {},
1313
"source": [
14-
"Functions defined inside anther function can reference variables from that enclosing scope, just like functions can reference variables from the global scope."
14+
"Functions defined inside another function can reference variables from that enclosing scope, just like functions can reference variables from the global scope."
1515
]
1616
},
1717
{

0 commit comments

Comments
 (0)