Skip to content

Commit

Permalink
improved the text a bit. Closes #146
Browse files Browse the repository at this point in the history
  • Loading branch information
yasoob committed May 29, 2018
1 parent a366c88 commit d53b7b5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion mutation.rst
Expand Up @@ -30,7 +30,8 @@ something like this:
bar += ['bye']
print(foo)
# Output: ['hi']
# Expected Output: ['hi']
# Output: ['hi', 'bye']
print(bar)
# Output: ['hi', 'bye']
Expand Down

0 comments on commit d53b7b5

Please sign in to comment.