Skip to content

Commit cc52b93

Browse files
committed
typos
1 parent c6b7fd6 commit cc52b93

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lists-and-tuples.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -290,8 +290,8 @@ AttributeError: 'tuple' object has no attribute 'append'
290290
>>>
291291
```
292292

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
293+
So, why the heck would we use tuples instead of lists? There are
294+
some cases when we don't want mutability, but there are also
295295
cases when Python programmers just like to use tuples. If you
296296
want to know more about this you can read [Ned Batchelder's blog
297297
post about this](http://nedbatchelder.com/blog/201608/lists_vs_tuples.html).

0 commit comments

Comments
 (0)