all the way
diff --git a/OpenSSL/crypto.py b/OpenSSL/crypto.py
index 6e32ad1..380593b 100644
--- a/OpenSSL/crypto.py
+++ b/OpenSSL/crypto.py
@@ -351,8 +351,8 @@
     they identify themselves.
 
     The curve objects are useful as values for the argument accepted by
-    :py:meth:`Context.set_tmp_ecdh_curve` to specify which elliptical curve
-    should be used for ECDHE key exchange.
+    :py:meth:`Context.set_tmp_ecdh` to specify which elliptical curve should be
+    used for ECDHE key exchange.
     """
     return _EllipticCurve._get_elliptic_curves(_lib)