aboutsummaryrefslogtreecommitdiffstats
path: root/docs/hazmat/primitives/mac
diff options
context:
space:
mode:
authorAyrx <terrycwk1994@gmail.com>2014-04-21 18:43:16 +0800
committerAyrx <terrycwk1994@gmail.com>2014-04-22 12:12:41 +0800
commitdbefd58fb00b4de02a0f6803f767d10561478459 (patch)
tree061e75c70c73843096acb082bf1cc2749b41e19e /docs/hazmat/primitives/mac
parent9eff2e55e216e10a3a60e664a14e14f6a24551c6 (diff)
downloadcryptography-dbefd58fb00b4de02a0f6803f767d10561478459.tar.gz
cryptography-dbefd58fb00b4de02a0f6803f767d10561478459.tar.bz2
cryptography-dbefd58fb00b4de02a0f6803f767d10561478459.zip
Changed doctests to code-block
Diffstat (limited to 'docs/hazmat/primitives/mac')
-rw-r--r--docs/hazmat/primitives/mac/cmac.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/hazmat/primitives/mac/cmac.rst b/docs/hazmat/primitives/mac/cmac.rst
index 90d94ed8..c2a50cdd 100644
--- a/docs/hazmat/primitives/mac/cmac.rst
+++ b/docs/hazmat/primitives/mac/cmac.rst
@@ -20,7 +20,7 @@ of a message.
CMAC objects take a
:class:`~cryptography.hazmat.primitives.interfaces.BlockCipherAlgorithm` provider.
- .. doctest::
+ .. code-block:: pycon
>>> from cryptography.hazmat.backends import default_backend
>>> from cryptography.hazmat.primitives import cmac