Skip to content

Commit 2bbeca3

Browse files
NPalopolimaxim-belkin
authored andcommitted
01-short-introduction-to-Python.md: fix typo
Pull Request: #332
1 parent 4f19b2c commit 2bbeca3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

_episodes/01-short-introduction-to-Python.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,7 @@ a_list = [1, 2, 3]
354354
{: .language-python}
355355

356356
> ## Tuples _vs._ Lists
357-
> 1. What happens when you execute `a_list[1] = 5` ?
357+
> 1. What happens when you execute `a_list[1] = 5`?
358358
> 2. What happens when you execute `a_tuple[2] = 5`?
359359
> 3. What does `type(a_tuple)` tell you about `a_tuple`?
360360
>

0 commit comments

Comments
 (0)