aboutsummaryrefslogtreecommitdiffstats
path: root/docs/random-numbers.rst
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2014-07-12 09:23:49 -0700
committerAlex Gaynor <alex.gaynor@gmail.com>2014-07-12 09:23:49 -0700
commitb1e83a5f7ce7778394a3734e70af40b1a8822752 (patch)
tree5f33fc7bead4e0372d2720663709018685522c89 /docs/random-numbers.rst
parentf11d17b5c787409a7689279aec8f5435c64fdce8 (diff)
downloadcryptography-b1e83a5f7ce7778394a3734e70af40b1a8822752.tar.gz
cryptography-b1e83a5f7ce7778394a3734e70af40b1a8822752.tar.bz2
cryptography-b1e83a5f7ce7778394a3734e70af40b1a8822752.zip
Remove the 6% chance this test will fail -- refs #1259
Diffstat (limited to 'docs/random-numbers.rst')
-rw-r--r--docs/random-numbers.rst2
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/