Skip to content

Commit 5b13c97

Browse files
authored
strip accidental trailing whitespace to satisfy the linter
1 parent 9a86be2 commit 5b13c97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/random.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ Bookkeeping functions
7878
instead of the system time (see the :func:`os.urandom` function for details
7979
on availability).
8080

81-
If *a* is an int, it is used directly. Note that negative integer seeds are
81+
If *a* is an int, it is used directly. Note that negative integer seeds are
8282
treated as equivalent to their absolute value, so for example ``seed(-5)`` and
8383
``seed(5)`` will produce identical sequences.
8484

0 commit comments

Comments
 (0)