From: Tim Peters Date: Thu, 1 Feb 2001 10:06:53 +0000 (+0000) Subject: Repaired a docstring. X-Git-Tag: v2.1a2~50 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bcd725fc456faca13f4598f87c0517f917711cda;p=python Repaired a docstring. --- diff --git a/Lib/random.py b/Lib/random.py index 427b73179c..f470402c71 100644 --- a/Lib/random.py +++ b/Lib/random.py @@ -124,7 +124,7 @@ class Random: None or no argument seeds from current time. - If a is not None or an int or long, hash(a) is instead. + If a is not None or an int or long, hash(a) is used instead. If a is an int or long, a is used directly. Distinct values between 0 and 27814431486575L inclusive are guaranteed to yield distinct