From: Raymond Hettinger Date: Fri, 3 Apr 2009 05:47:33 +0000 (+0000) Subject: Fix typo. X-Git-Tag: v3.1a2~57 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9743fd047972861469145d9c1517e4380b393748;p=python Fix typo. --- 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.