mirror of
https://github.com/python/cpython.git
synced 2025-12-10 02:50:09 +00:00
Remove trailing whitespace.
This commit is contained in:
parent
e92818f58c
commit
c62ef8b4d9
149 changed files with 771 additions and 771 deletions
|
|
@ -136,7 +136,7 @@ The :mod:`random` module provides tools for making random selections::
|
|||
>>> random.random() # random float
|
||||
0.17970987693706186
|
||||
>>> random.randrange(6) # random integer chosen from range(6)
|
||||
4
|
||||
4
|
||||
|
||||
|
||||
.. _tut-internet-access:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue