From 7d15688fe0c64d324691fc3886bcc9a5cdba62d1 Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Mon, 20 Oct 2014 10:40:34 -0700 Subject: A few docs formatting nits --- docs/hazmat/primitives/interfaces.rst | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'docs/hazmat') diff --git a/docs/hazmat/primitives/interfaces.rst b/docs/hazmat/primitives/interfaces.rst index 931aa962..4cb64c83 100644 --- a/docs/hazmat/primitives/interfaces.rst +++ b/docs/hazmat/primitives/interfaces.rst @@ -648,7 +648,7 @@ Key derivation functions .. class:: CMACContext - `CMACContext` has been deprecated in favor of `MACContext`. + :class:`CMACContext` has been deprecated in favor of :class:`MACContext`. .. versionadded:: 0.4 @@ -679,10 +679,11 @@ Key derivation functions .. method:: copy() - :return: A :class:`~cryptography.hazmat.primitives.interfaces.MACContext` - that is a copy of the current context. + :return: A + :class:`~cryptography.hazmat.primitives.interfaces.MACContext` that + is a copy of the current context. - .. method:: verify() + .. method:: verify(signature) :param signature bytes: The signature to verify. -- cgit v1.2.3