mirror of
https://github.com/python/cpython.git
synced 2025-09-28 11:15:17 +00:00
[3.9] Doc: Fix random.uniform example comment. (GH-25784) (GH-25843)
(cherry picked from commit 440c025726
)
Co-authored-by: Julien Palard <julien@palard.fr>
Automerge-Triggered-By: GH:JulienPalard
This commit is contained in:
parent
7f7dc67354
commit
1536342c44
1 changed files with 1 additions and 1 deletions
|
@ -409,7 +409,7 @@ Basic examples::
|
|||
>>> random() # Random float: 0.0 <= x < 1.0
|
||||
0.37444887175646646
|
||||
|
||||
>>> uniform(2.5, 10.0) # Random float: 2.5 <= x < 10.0
|
||||
>>> uniform(2.5, 10.0) # Random float: 2.5 <= x <= 10.0
|
||||
3.1800146073117523
|
||||
|
||||
>>> expovariate(1 / 5) # Interval between arrivals averaging 5 seconds
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue