From 3149f9c6141ab638ac92c30f7bc3807aa1e8e885 Mon Sep 17 00:00:00 2001 From: Raymond Hettinger Date: Tue, 7 Sep 2010 05:35:10 +0000 Subject: [PATCH] typo --- Doc/library/random.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/random.rst b/Doc/library/random.rst index 1e1668f438..55edcf8fef 100644 --- a/Doc/library/random.rst +++ b/Doc/library/random.rst @@ -55,7 +55,7 @@ Bookkeeping functions: If *x* is an int, it is used directly. With version 2 (the default), a :class:`str`, :class:`bytes`, or :class:`bytearray` - object gets converted to a :class:`int` and all of its bits are used. With version 1, + object gets converted to an :class:`int` and all of its bits are used. With version 1, the :func:`hash` of *x* is used instead. .. versionchanged:: 3.2 -- 2.49.0