Skip to content

Commit ff9181e

Browse files
authoredAug 13, 2020
Fixed spelling error in "brackets"
1 parent 6749ed6 commit ff9181e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎Lesson 4 - Lists.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"\n",
99
"# List\n",
1010
"\n",
11-
"A list is similar to a tuple, but is mutable in nature. Lists are defined by square brackts instead of round brackets. We can add and remove elements from list, thereby giving flexibility to developers.\n",
11+
"A list is similar to a tuple, but is mutable in nature. Lists are defined by square brackets instead of round brackets. We can add and remove elements from list, thereby giving flexibility to developers.\n",
1212
"\n",
1313
"Lists in Python are very similar to lists and collection classes from other languages. "
1414
]

0 commit comments

Comments
 (0)