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

Tim Peters python-dev@python.org
Fri, 15 Sep 2000 21:02:51 -0700


Update of /cvsroot/python/python/dist/src/Lib
In directory slayer.i.sourceforge.net:/tmp/cvs-serv3784/python/dist/src/lib

Modified Files:
	random.py 
Log Message:
Repair senseless random.seed docstring (reported on c.l.py).


Index: random.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/random.py,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -r1.13 -r1.14
*** random.py	2000/02/04 15:28:40	1.13
--- random.py	2000/09/16 04:02:48	1.14
***************
*** 48,52 ****
  	"""Seed the default generator from any hashable value.
  
! 	None or no argument returns (0, 0, 0) to seed from current time.
  
  	"""
--- 48,52 ----
  	"""Seed the default generator from any hashable value.
  
! 	None or no argument seeds from current time.
  
  	"""