more renaming
diff --git a/docs/hazmat/primitives/interfaces.rst b/docs/hazmat/primitives/interfaces.rst
index e4ae3e9..e97f40f 100644
--- a/docs/hazmat/primitives/interfaces.rst
+++ b/docs/hazmat/primitives/interfaces.rst
@@ -231,13 +231,13 @@
The public exponent. Alias for :attr:`public_exponent`.
-.. class:: AsymmetricSignContext
+.. class:: AsymmetricSignatureContext
.. versionadded:: 0.2
.. method:: update(data)
- :param bytes data: The data you wish to pass into the context.
+ :param bytes data: The data you want to sign.
.. method:: finalize()
@@ -250,7 +250,7 @@
.. method:: update(data)
- :param bytes data: The data you wish to pass into the context.
+ :param bytes data: The data you wish to verify using the signature.
.. method:: finalize()