Skip to content

Commit bd209e8

Browse files
authored
Update _episodes/04-lists.md
undo previous change by @ndporter
1 parent dad9378 commit bd209e8

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)