aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/cryptography/x509.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cryptography/x509.py b/src/cryptography/x509.py
index f518b68e..ab4f3c7e 100644
--- a/src/cryptography/x509.py
+++ b/src/cryptography/x509.py
@@ -1452,7 +1452,7 @@ class CertificateSigningRequestBuilder(object):
self._subject_name = subject_name
self._extensions = extensions[:]
- def set_subject_name(self, name):
+ def subject_name(self, name):
"""
Sets the certificate requestor's distinguished name.
"""