We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 100e26d commit 3fd58c6Copy full SHA for 3fd58c6
1 file changed
lists-and-tuples.md
@@ -30,7 +30,7 @@ one variable needs to point to multiple values. An easy way to
30
do this is using a list:
31
32
```py
33
-names = ['wub_wub', 'theelous3', 'RubyPinch', 'go|dfish', 'Nitori']
+names = ['wub_wub', 'theelous3', 'Nitori', 'RubyPinch', 'go|dfish']
34
```
35
36
Here the `names` variable points to a list, which then points to
0 commit comments