create_rsa_sign_ctx->create_rsa_signature_ctx
diff --git a/docs/hazmat/backends/interfaces.rst b/docs/hazmat/backends/interfaces.rst
index 72b6491..1879336 100644
--- a/docs/hazmat/backends/interfaces.rst
+++ b/docs/hazmat/backends/interfaces.rst
@@ -213,7 +213,7 @@
 
         :raises ValueError: If the public_exponent is not valid.
 
-    .. method:: create_rsa_sign_ctx(private_key, padding, algorithm)
+    .. method:: create_rsa_signature_ctx(private_key, padding, algorithm)
 
         :param private_key: An instance of a
             :class:`~cryptography.hazmat.primitives.interfaces.RSAPrivateKey`