mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Repair senseless random.seed docstring (reported on c.l.py).
This commit is contained in:
parent
78fc0b57df
commit
c1d65c34cf
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue