From ca8ed2953a1602fdceaee86d44b77d27f135926b Mon Sep 17 00:00:00 2001 From: Paul Kehrer Date: Mon, 28 Oct 2013 19:37:39 -0500 Subject: fix indentation error and wrapping in docs --- docs/hazmat/primitives/hmac.rst | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'docs') diff --git a/docs/hazmat/primitives/hmac.rst b/docs/hazmat/primitives/hmac.rst index 702df2c7..aec406b9 100644 --- a/docs/hazmat/primitives/hmac.rst +++ b/docs/hazmat/primitives/hmac.rst @@ -20,9 +20,10 @@ message. .. class:: cryptography.hazmat.primitives.hmac.HMAC(key, msg=None, digestmod=None) - HMAC objects take a ``key``, a hash class derived from :class:`~cryptography.primitives.hashes.BaseHash`, - and optional msg. The ``key`` should be randomly generated bytes and - the length of the ``block_size`` of the hash. You must keep the ``key`` secret. + HMAC objects take a ``key``, a hash class derived from + :class:`~cryptography.primitives.hashes.BaseHash`, and optional msg. The + ``key`` should be randomly generated bytes and the length of the + ``block_size`` of the hash. You must keep the ``key`` secret. .. doctest:: -- cgit v1.2.3