Skip to content

Commit e5f3852

Browse files
authored
Fixing formatting
1 parent 4df49a0 commit e5f3852

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_episodes/03-lists.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -415,7 +415,7 @@ sond = months[8:]
415415
~~~
416416
{: .python}
417417
418-
~~
418+
~~~
419419
With known last position: ["sep", "oct", "nov", "dec"]
420420
Using len() to get last entry: ["sep", "oct", "nov", "dec"]
421421
Omitting ending index: ["sep", "oct", "nov", "dec"]

0 commit comments

Comments
 (0)