aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorTerry Chia <terrycwk1994@gmail.com>2015-10-18 10:12:13 +0800
committerTerry Chia <terrycwk1994@gmail.com>2015-10-18 10:12:13 +0800
commitb5f1f7235f69dd56038ce8240bed6c08a5977b45 (patch)
tree86305d43e1a72a88f083cb9d65a862510aa6f159 /src
parent7a0ed4a7e9443a0506ae5373a8e5cd1ce3539e97 (diff)
downloadcryptography-b5f1f7235f69dd56038ce8240bed6c08a5977b45.tar.gz
cryptography-b5f1f7235f69dd56038ce8240bed6c08a5977b45.tar.bz2
cryptography-b5f1f7235f69dd56038ce8240bed6c08a5977b45.zip
Fix wrong mention of class in docstring.
Diffstat (limited to 'src')
-rw-r--r--src/cryptography/hazmat/backends/interfaces.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cryptography/hazmat/backends/interfaces.py b/src/cryptography/hazmat/backends/interfaces.py
index a43621a7..d93968cf 100644
--- a/src/cryptography/hazmat/backends/interfaces.py
+++ b/src/cryptography/hazmat/backends/interfaces.py
@@ -212,7 +212,7 @@ class EllipticCurveBackend(object):
@abc.abstractmethod
def load_elliptic_curve_private_numbers(self, numbers):
"""
- Return an EllipticCurvePublicKey provider using the given numbers.
+ Return an EllipticCurvePrivateKey provider using the given numbers.
"""