summaryrefslogtreecommitdiffstats
path: root/Doc/library/random.rst
diff options
context:
space:
mode:
authorAndrew M. Kuchling <amk@amk.ca>2009-04-02 00:02:14 (GMT)
committerAndrew M. Kuchling <amk@amk.ca>2009-04-02 00:02:14 (GMT)
commite9d35ef2304247c001340fdab7379cea99edd4d7 (patch)
tree3d981235b882ea2faff60d388351f13893722c3a /Doc/library/random.rst
parente361bcb43f93a6e42c4ccdb9ad19a24543f9938b (diff)
downloadcpython-e9d35ef2304247c001340fdab7379cea99edd4d7.zip
cpython-e9d35ef2304247c001340fdab7379cea99edd4d7.tar.gz
cpython-e9d35ef2304247c001340fdab7379cea99edd4d7.tar.bz2
Typo fix
Diffstat (limited to 'Doc/library/random.rst')
-rw-r--r--Doc/library/random.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/library/random.rst b/Doc/library/random.rst
index e9f4d82..78c3cc0 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.