commit | b69aff539e9c16ae359bd2392d0f5e9604fdeaa0 | [log] [tgz] |
---|---|---|
author | David Reid <dreid@dreid.org> | Fri Feb 07 13:38:38 2014 -0800 |
committer | David Reid <dreid@dreid.org> | Fri Feb 07 13:38:38 2014 -0800 |
tree | cfb70c487defbe740dfd3a6765ce86d51c5fec78 | |
parent | 7981d22b62f55379f3b785733cf6dcad480d246a [diff] [blame] |
Use a pycon codeblock instead...
diff --git a/docs/random-numbers.rst b/docs/random-numbers.rst index c8f95fd..cd73a7b 100644 --- a/docs/random-numbers.rst +++ b/docs/random-numbers.rst
@@ -13,7 +13,7 @@ example, if you need 16 bytes of random data for an initialization vector, you can obtain them with: -.. doctest:: +.. code-block:: pycon >>> import os >>> os.urandom(16)