We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dad9378 commit bd209e8Copy full SHA for bd209e8
_episodes/04-lists.md
@@ -165,7 +165,7 @@ does not.
165
> understand. However, it is often far more efficient to modify a large data structure in place
166
> than to create a modified copy for every small change. You should consider both of these aspects
167
> when writing your code.
168
-> {: .callout}
+ {: .callout}
169
170
> ## Nested Lists
171
> Since a list can contain any Python variables, it can even contain other lists.
0 commit comments