diff options
author | Alex Gaynor <alex.gaynor@gmail.com> | 2014-10-20 10:40:34 -0700 |
---|---|---|
committer | Alex Gaynor <alex.gaynor@gmail.com> | 2014-10-20 10:42:15 -0700 |
commit | 7d15688fe0c64d324691fc3886bcc9a5cdba62d1 (patch) | |
tree | e4c0081f7f153eb551b284d45ab945d851b26af1 /docs/hazmat | |
parent | ff5ec86837be8eefb6f7cb819433cf1878e31d26 (diff) | |
download | cryptography-7d15688fe0c64d324691fc3886bcc9a5cdba62d1.tar.gz cryptography-7d15688fe0c64d324691fc3886bcc9a5cdba62d1.tar.bz2 cryptography-7d15688fe0c64d324691fc3886bcc9a5cdba62d1.zip |
A few docs formatting nits
Diffstat (limited to 'docs/hazmat')
-rw-r--r-- | docs/hazmat/primitives/interfaces.rst | 9 |
1 files changed, 5 insertions, 4 deletions
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. |