From 29d09aa4dd18d08873832b2420a28e3092169786 Mon Sep 17 00:00:00 2001 From: Sandro Tosi Date: Sat, 2 Jun 2012 19:40:02 +0200 Subject: [PATCH] Issue #14926: fix docstring highlight --- Lib/random.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib/random.py b/Lib/random.py index d4006e5727e..9b61208d2eb 100644 --- a/Lib/random.py +++ b/Lib/random.py @@ -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.