diff options
Diffstat (limited to 'docs/x509')
-rw-r--r-- | docs/x509/reference.rst | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/x509/reference.rst b/docs/x509/reference.rst index b7fef940..9d5006ae 100644 --- a/docs/x509/reference.rst +++ b/docs/x509/reference.rst @@ -397,15 +397,15 @@ X.509 Certificate Builder Sets the issuer's distinguished name. - :param public_key: The :class:`~cryptography.x509.Name` that describes - the issuer (CA). + :param name: The :class:`~cryptography.x509.Name` that describes the + issuer (CA). .. method:: subject_name(name) Sets the subject's distinguished name. - :param public_key: The :class:`~cryptography.x509.Name` that describes - the subject (requester). + :param name: The :class:`~cryptography.x509.Name` that describes the + subject (requester). .. method:: public_key(public_key) |