diff options
author | Raymond Hettinger <python@rcn.com> | 2009-04-03 05:41:10 +0000 |
---|---|---|
committer | Raymond Hettinger <python@rcn.com> | 2009-04-03 05:41:10 +0000 |
commit | c41cf8c0ee6e28e43ca92e811704db1912bb21df (patch) | |
tree | 5f6d3a9474102a3c62260140f2d8729265912718 | |
parent | 0354d68d5305c8ec9b028617c56b026ce5c215ab (diff) | |
download | cpython-git-c41cf8c0ee6e28e43ca92e811704db1912bb21df.tar.gz |
Fix typo.
-rw-r--r-- | Doc/library/random.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/library/random.rst b/Doc/library/random.rst index e9f4d82f2d..78c3cc0bed 100644 --- a/Doc/library/random.rst +++ b/Doc/library/random.rst @@ -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. |