Skip to content

Commit ff14bd1

Browse files
Merge pull request #164 from codewizardshq/python-docs-fix-typo
Fix typo in Python `shuffle()` docs.
2 parents ec238f2 + 79f4768 commit ff14bd1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

docs/python/python-language.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1957,7 +1957,6 @@ The `shuffle()` function can be used to shuffle the items in a sequence (`list`
19571957
```python
19581958
from random import shuffle
19591959

1960-
# Get an integer between 1 and 10
19611960
answers = ["Five", "Seven", "Eight"]
19621961
shuffle(answers)
19631962

0 commit comments

Comments
 (0)