From c41cf8c0ee6e28e43ca92e811704db1912bb21df Mon Sep 17 00:00:00 2001 From: Raymond Hettinger Date: Fri, 3 Apr 2009 05:41:10 +0000 Subject: [PATCH] Fix typo. --- Doc/library/random.rst | 4 ++-- 1 file 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 - `_ for a compatable alternative - random number generator with a long-period and comparatively simple update + `_ for a compatible alternative + random number generator with a long period and comparatively simple update operations. -- 2.49.0