[Python-checkins] r71085 - python/branches/release26-maint/Doc/library/random.rst

raymond.hettinger python-checkins at python.org
Fri Apr 3 07:41:11 CEST 2009


Author: raymond.hettinger
Date: Fri Apr  3 07:41:10 2009
New Revision: 71085

Log:
Fix typo.

Modified:
   python/branches/release26-maint/Doc/library/random.rst

Modified: python/branches/release26-maint/Doc/library/random.rst
==============================================================================
--- python/branches/release26-maint/Doc/library/random.rst	(original)
+++ python/branches/release26-maint/Doc/library/random.rst	Fri Apr  3 07:41:10 2009
@@ -326,6 +326,6 @@
    pseudo-random number generator", Applied Statistics 31 (1982) 188-190.
 
    `Complementary-Multiply-with-Carry recipe
-   <http://code.activestate.com/recipes/576707/>`_ for a compatable alternative
-   random number generator with a long-period and comparatively simple update
+   <http://code.activestate.com/recipes/576707/>`_ for a compatible alternative
+   random number generator with a long period and comparatively simple update
    operations.


More information about the Python-checkins mailing list