Skip to content

Commit b810450

Browse files
committed
beginner-friendliness is more important than correctness
1 parent 931f5a7 commit b810450

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lists-and-tuples.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ post about this](http://nedbatchelder.com/blog/201608/lists_vs_tuples.html).
284284

285285
## Summary
286286

287-
- Lists are a way to point to multiple values with just one variable.
287+
- Lists are a way to store multiple values in one variable.
288288
- Lists can be changed in-place and they have methods that change them
289289
in-place, like append, extend and remove.
290290
- Slicing lists returns a **new** list, and indexing them returns an

0 commit comments

Comments
 (0)