]> granicus.if.org Git - python/commitdiff
typo
authorRaymond Hettinger <python@rcn.com>
Tue, 7 Sep 2010 05:35:10 +0000 (05:35 +0000)
committerRaymond Hettinger <python@rcn.com>
Tue, 7 Sep 2010 05:35:10 +0000 (05:35 +0000)
Doc/library/random.rst

index 1e1668f4380fea9a2f8868af19bfdfec97e2498f..55edcf8fef207a2bce26b5420b75c4b721ea58ad 100644 (file)
@@ -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