Skip to content

Commit 3fd58c6

Browse files
committed
same order everywhere
1 parent 100e26d commit 3fd58c6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lists-and-tuples.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ one variable needs to point to multiple values. An easy way to
3030
do this is using a list:
3131

3232
```py
33-
names = ['wub_wub', 'theelous3', 'RubyPinch', 'go|dfish', 'Nitori']
33+
names = ['wub_wub', 'theelous3', 'Nitori', 'RubyPinch', 'go|dfish']
3434
```
3535

3636
Here the `names` variable points to a list, which then points to

0 commit comments

Comments
 (0)