A few docs formatting nits
diff --git a/docs/hazmat/primitives/interfaces.rst b/docs/hazmat/primitives/interfaces.rst
index 931aa96..4cb64c8 100644
--- a/docs/hazmat/primitives/interfaces.rst
+++ b/docs/hazmat/primitives/interfaces.rst
@@ -648,7 +648,7 @@
 
 .. 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 @@
 
     .. 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.