We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 931f5a7 commit b810450Copy full SHA for b810450
lists-and-tuples.md
@@ -284,7 +284,7 @@ post about this](http://nedbatchelder.com/blog/201608/lists_vs_tuples.html).
284
285
## Summary
286
287
-- Lists are a way to point to multiple values with just one variable.
+- Lists are a way to store multiple values in one variable.
288
- Lists can be changed in-place and they have methods that change them
289
in-place, like append, extend and remove.
290
- Slicing lists returns a **new** list, and indexing them returns an
0 commit comments