From dbefd58fb00b4de02a0f6803f767d10561478459 Mon Sep 17 00:00:00 2001 From: Ayrx Date: Mon, 21 Apr 2014 18:43:16 +0800 Subject: Changed doctests to code-block --- docs/hazmat/primitives/mac/cmac.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/hazmat/primitives/mac') 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 -- cgit v1.2.3