Skip to content

Commit e2fa059

Browse files
committed
be more clear (or is it clearlier or clearer? i have no idea)
1 parent b90e4de commit e2fa059

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

basics/answers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ isn't exactly like mine but it works just fine it's ok, and you can
269269
numbers.append(int(string))
270270
```
271271
272-
The third part calculates `result + n` but throws away the result.
272+
The third part calculates `result + n` but throws away the value.
273273
It was probably supposed to do `result += n` instead.
274274
275275
## Trey Hunner: zip and enumerate

0 commit comments

Comments
 (0)