[Python-checkins] r84578 - python/branches/py3k/Doc/library/random.rst
raymond.hettinger
python-checkins at python.org
Tue Sep 7 07:35:10 CEST 2010
Author: raymond.hettinger
Date: Tue Sep 7 07:35:10 2010
New Revision: 84578
Log:
typo
Modified:
python/branches/py3k/Doc/library/random.rst
Modified: python/branches/py3k/Doc/library/random.rst
==============================================================================
--- python/branches/py3k/Doc/library/random.rst (original)
+++ python/branches/py3k/Doc/library/random.rst Tue Sep 7 07:35:10 2010
@@ -55,7 +55,7 @@
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
More information about the Python-checkins
mailing list