Skip to content

Commit 19d5589

Browse files
authoredJul 15, 2020
Fix typo in code example.
1 parent 49fa77c commit 19d5589

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎objectives/randomness/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ Notice that we needed to store l[2] in a temporary variable before swapping so i
203203
Let's move on to the next element:
204204

205205
```python
206-
>>> random.randint(1, 5)
206+
>>> random.randint(1, 4)
207207
4
208208
```
209209

0 commit comments

Comments
 (0)
Please sign in to comment.