summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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.