Skip to content

Commit d53b7b5

Browse files
committed
improved the text a bit. Closes #146
1 parent a366c88 commit d53b7b5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

mutation.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@ something like this:
3030
bar += ['bye']
3131
3232
print(foo)
33-
# Output: ['hi']
33+
# Expected Output: ['hi']
34+
# Output: ['hi', 'bye']
3435
3536
print(bar)
3637
# Output: ['hi', 'bye']

0 commit comments

Comments
 (0)