Skip to content

Commit 85737fd

Browse files
authored
Update 02 - Mutable Sequence Types.ipynb
Fix minor typo.
1 parent e36f62b commit 85737fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Part 2/Section 02 - Sequences/02 - Mutable Sequence Types.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -460,7 +460,7 @@
460460
"cell_type": "markdown",
461461
"metadata": {},
462462
"source": [
463-
"We can insert an element at a specific index. What this means is that the element we are inserting will eb **at** that index position, and element that was at that position and all the remaining elements to the right are pushed out:"
463+
"We can insert an element at a specific index. What this means is that the element we are inserting will be **at** that index position, and element that was at that position and all the remaining elements to the right are pushed out:"
464464
]
465465
},
466466
{

0 commit comments

Comments
 (0)