From c9682adaf78cc0983ef639279d38e8bdccc97321 Mon Sep 17 00:00:00 2001 From: Ian Cordasco Date: Sat, 1 Aug 2015 12:11:13 -0500 Subject: Fix up parameter names in the docs --- docs/x509/reference.rst | 8 ++++---- 1 file 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) -- cgit v1.2.3