summaryrefslogtreecommitdiffstats
path: root/Doc/library/random.rst
diff options
context:
space:
mode:
authorRaymond Hettinger <python@rcn.com>2009-04-03 05:47:33 (GMT)
committerRaymond Hettinger <python@rcn.com>2009-04-03 05:47:33 (GMT)
commit9743fd047972861469145d9c1517e4380b393748 (patch)
treee8464e60261f43a58e6fb0593d8647ad6bcb4a20 /Doc/library/random.rst
parent0e7aa8c13ce9c1add23e45de1fef14d67a5cb9c6 (diff)
downloadcpython-9743fd047972861469145d9c1517e4380b393748.zip
cpython-9743fd047972861469145d9c1517e4380b393748.tar.gz
cpython-9743fd047972861469145d9c1517e4380b393748.tar.bz2
Fix typo.
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 e50e536..ecfa607 100644
--- a/Doc/library/random.rst
+++ b/Doc/library/random.rst
@@ -254,6 +254,6 @@ Examples of basic usage::
`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.