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 c6b7fd6 commit cc52b93Copy full SHA for cc52b93
lists-and-tuples.md
@@ -290,8 +290,8 @@ AttributeError: 'tuple' object has no attribute 'append'
290
>>>
291
```
292
293
-So, why the heck would we use tuples instead of lists? There's
294
-a few cases when we don't want mutability, but there's also
+So, why the heck would we use tuples instead of lists? There are
+some cases when we don't want mutability, but there are also
295
cases when Python programmers just like to use tuples. If you
296
want to know more about this you can read [Ned Batchelder's blog
297
post about this](http://nedbatchelder.com/blog/201608/lists_vs_tuples.html).
0 commit comments