Commit 29d09aa4 authored by Sandro Tosi's avatar Sandro Tosi

Issue #14926: fix docstring highlight

parent 964f205a
......@@ -96,7 +96,7 @@ class Random(_random.Random):
None or no argument seeds from current time or from an operating
system specific randomness source if available.
For version 2 (the default), all of the bits are used if *a *is a str,
For version 2 (the default), all of the bits are used if *a* is a str,
bytes, or bytearray. For version 1, the hash() of *a* is used instead.
If *a* is an int, all bits are used.
......
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