Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e1b22ed

Browse files
committed
Issue #14926: merge with 3.2
2 parents a894cbf + 29d09aa commit e1b22ed

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/random.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ def seed(self, a=None, version=2):
9696
None or no argument seeds from current time or from an operating
9797
system specific randomness source if available.
9898
99-
For version 2 (the default), all of the bits are used if *a *is a str,
99+
For version 2 (the default), all of the bits are used if *a* is a str,
100100
bytes, or bytearray. For version 1, the hash() of *a* is used instead.
101101
102102
If *a* is an int, all bits are used.

0 commit comments

Comments
 (0)