From 9743fd047972861469145d9c1517e4380b393748 Mon Sep 17 00:00:00 2001 From: Raymond Hettinger Date: Fri, 3 Apr 2009 05:47:33 +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 e50e536d19..ecfa607e18 100644 --- a/Doc/library/random.rst +++ b/Doc/library/random.rst @@ -254,6 +254,6 @@ Examples of basic usage:: `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.50.1