Skip to content

Commit

Permalink
little fix
Browse files Browse the repository at this point in the history
  • Loading branch information
suqi committed Mar 1, 2016
1 parent eabfe5d commit 976a7c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Mutation/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ add_to(2)
add_to(3)
# Output: [1, 2, 3]
```
你可能预期它表现的不是这样子。你可能希望有一个新的列表被创建当你调用```add_to```时,就像这样:
你可能预期它表现的不是这样子。你可能希望,当你调用```add_to```,有一个新的列表被创建,就像这样:

```python
def add_to(num, target=[]):
Expand Down

0 comments on commit 976a7c5

Please sign in to comment.