Skip to content

Commit fc32430

Browse files
authored
Update 04-lists.md
fixing a typo to the previous commit
1 parent c876e5a commit fc32430

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_episodes/04-lists.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ does not.
165165
> understand. However, it is often far more efficient to modify a large data structure in place
166166
> than to create a modified copy for every small change. You should consider both of these aspects
167167
> when writing your code.
168-
{: .callout}
168+
{: .callout}
169169
170170
> ## Nested Lists
171171
> Since a list can contain any Python variables, it can even contain other lists.

0 commit comments

Comments
 (0)