From: Andrew M. Kuchling Date: Thu, 2 Apr 2009 00:02:14 +0000 (+0000) Subject: Typo fix X-Git-Tag: v2.7a1~1617 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e9d35ef2304247c001340fdab7379cea99edd4d7;p=thirdparty%2FPython%2Fcpython.git Typo fix --- diff --git a/Doc/library/random.rst b/Doc/library/random.rst index e9f4d82f2d83..78c3cc0bedcd 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.