commit | d367dbcdaf7cc4695014139960c15fb74023803c | [log] [tgz] |
---|---|---|
author | Hynek Schlawack <hs@ox.cx> | Wed Oct 21 11:22:01 2015 +0200 |
committer | Hynek Schlawack <hs@ox.cx> | Wed Oct 21 11:22:01 2015 +0200 |
tree | 8ab5aa9f124aa75f3788cff3a46f41c1c1d52b71 | |
parent | 52ab03f607cfaad245a4272a831ea316de4b21c5 [diff] |
Fix wording
diff --git a/doc/api/rand.rst b/doc/api/rand.rst index 6c2a5f3..9c86ae6 100644 --- a/doc/api/rand.rst +++ b/doc/api/rand.rst
@@ -4,7 +4,7 @@ ========================================================================== .. warning:: - Functions from this methods shouldn't be used. + Functions from this module shouldn't be used. `Use urandom <http://sockpuppet.org/blog/2014/02/25/safely-generate-random-numbers/>`_ instead.