We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a86be2 commit 5b13c97Copy full SHA for 5b13c97
Doc/library/random.rst
@@ -78,7 +78,7 @@ Bookkeeping functions
78
instead of the system time (see the :func:`os.urandom` function for details
79
on availability).
80
81
- If *a* is an int, it is used directly. Note that negative integer seeds are
+ If *a* is an int, it is used directly. Note that negative integer seeds are
82
treated as equivalent to their absolute value, so for example ``seed(-5)`` and
83
``seed(5)`` will produce identical sequences.
84
0 commit comments