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

Skip to content

Commit 29d09aa

Browse files
committed
Issue #14926: fix docstring highlight
1 parent 964f205 commit 29d09aa

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)