Remove trailing whitespace.

This commit is contained in:
Georg Brandl 2009-01-03 20:55:06 +00:00
parent e92818f58c
commit c62ef8b4d9
149 changed files with 771 additions and 771 deletions

View file

@ -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: