Kaydet (Commit) 884924a2 authored tarafından Mark Dickinson's avatar Mark Dickinson

Issue #7435: Remove reference to long in docstring. Thanks flox.

üst 78a80e8e
...@@ -97,7 +97,7 @@ class Random(_random.Random): ...@@ -97,7 +97,7 @@ class Random(_random.Random):
None or no argument seeds from current time or from an operating None or no argument seeds from current time or from an operating
system specific randomness source if available. system specific randomness source if available.
If a is not None or an int or long, hash(a) is used instead. If a is not None or an int, hash(a) is used instead.
""" """
if a is None: if a is None:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment