Skip to content

Commit fe80fa5

Browse files
authored
Update additional salsa references
Updated references to 'salsa' later in episode to match proposed changes
1 parent 6e9a975 commit fe80fa5

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
@@ -268,7 +268,7 @@ odds after reversing: [11, 7, 5, 3]
268268
While modifying in place, it is useful to remember that Python treats lists in a slightly
269269
counter-intuitive way.
270270
271-
As we saw earlier, when we modified the `salsa` list item in-place, if we make a list, (attempt to)
271+
As we saw earlier, when we modified the `mild_salsa` list item in-place, if we make a list, (attempt to)
272272
copy it and then modify this list, we can cause all sorts of trouble. This also applies to modifying
273273
the list using the above functions:
274274

0 commit comments

Comments
 (0)