diff options
author | Alex Gaynor <alex.gaynor@gmail.com> | 2014-07-12 09:23:49 -0700 |
---|---|---|
committer | Alex Gaynor <alex.gaynor@gmail.com> | 2014-07-12 09:23:49 -0700 |
commit | b1e83a5f7ce7778394a3734e70af40b1a8822752 (patch) | |
tree | 5f33fc7bead4e0372d2720663709018685522c89 | |
parent | f11d17b5c787409a7689279aec8f5435c64fdce8 (diff) | |
download | cryptography-b1e83a5f7ce7778394a3734e70af40b1a8822752.tar.gz cryptography-b1e83a5f7ce7778394a3734e70af40b1a8822752.tar.bz2 cryptography-b1e83a5f7ce7778394a3734e70af40b1a8822752.zip |
Remove the 6% chance this test will fail -- refs #1259
-rw-r--r-- | docs/random-numbers.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/random-numbers.rst b/docs/random-numbers.rst index 410f3757..c24e4737 100644 --- a/docs/random-numbers.rst +++ b/docs/random-numbers.rst @@ -17,6 +17,6 @@ can obtain them with: >>> import os >>> os.urandom(16) - '...' + ... .. _`always use your operating system's provided random number generator`: http://sockpuppet.org/blog/2014/02/25/safely-generate-random-numbers/ |