Skip to content

Commit 35dfc21

Browse files
authored
Merge pull request fbaptiste#45 from KanagarajNN/patch-1
Correcting typo of the word "dynamic"
2 parents e8d59a4 + 382563f commit 35dfc21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Part 1/Section 03 - Variables and Memory/04 - Dynamic vs Static Typing.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-
"Python is dunamically typed.\n",
14+
"Python is dynamically typed.\n",
1515
"\n",
1616
"This means that the type of a variable is simply the type of the object the variable name points to (references). The variable itself has no associated type."
1717
]

0 commit comments

Comments
 (0)