[Python-checkins] CVS: python/dist/src/Lib random.py,1.22,1.23

Tim Peters tim_one@users.sourceforge.net
Thu, 01 Feb 2001 02:06:55 -0800


Update of /cvsroot/python/python/dist/src/Lib
In directory usw-pr-cvs1:/tmp/cvs-serv26357/python/dist/src/lib

Modified Files:
	random.py 
Log Message:
Repaired a docstring.


Index: random.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/random.py,v
retrieving revision 1.22
retrieving revision 1.23
diff -C2 -r1.22 -r1.23
*** random.py	2001/02/01 04:59:18	1.22
--- random.py	2001/02/01 10:06:53	1.23
***************
*** 125,129 ****
          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 an int or long, a is used directly.  Distinct values between
--- 125,129 ----
          None or no argument seeds from current time.
  
!         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