mirror of
https://github.com/python/cpython.git
synced 2024-11-24 18:34:43 +08:00
Repair senseless random.seed docstring (reported on c.l.py).
This commit is contained in:
parent
78fc0b57df
commit
c1d65c34cf
@ -47,7 +47,7 @@ def makeseed(a=None):
|
||||
def seed(a=None):
|
||||
"""Seed the default generator from any hashable value.
|
||||
|
||||
None or no argument returns (0, 0, 0) to seed from current time.
|
||||
None or no argument seeds from current time.
|
||||
|
||||
"""
|
||||
x, y, z = makeseed(a)
|
||||
|
Loading…
Reference in New Issue
Block a user