diff options
| author | Hynek Schlawack <hs@ox.cx> | 2015-10-21 11:22:01 +0200 |
|---|---|---|
| committer | Hynek Schlawack <hs@ox.cx> | 2015-10-21 11:22:01 +0200 |
| commit | d367dbcdaf7cc4695014139960c15fb74023803c (patch) | |
| tree | 8ab5aa9f124aa75f3788cff3a46f41c1c1d52b71 /doc | |
| parent | 52ab03f607cfaad245a4272a831ea316de4b21c5 (diff) | |
| download | pyopenssl-d367dbcdaf7cc4695014139960c15fb74023803c.tar.gz | |
Fix wording
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/api/rand.rst | 2 |
1 files changed, 1 insertions, 1 deletions
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. |
