Fix typo.

This commit is contained in:
Raymond Hettinger 2009-04-03 05:41:10 +00:00
parent 0354d68d53
commit c41cf8c0ee

View file

@ -326,6 +326,6 @@ Examples of basic usage::
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.