diff options
author | Ian Cordasco <graffatcolmingov@gmail.com> | 2015-08-01 20:29:31 -0500 |
---|---|---|
committer | Ian Cordasco <graffatcolmingov@gmail.com> | 2015-08-01 20:29:31 -0500 |
commit | 85fc4d51635e96adb5781a571acad062b4aa0d88 (patch) | |
tree | 70c9496bbed110178808a0875216c9b4f566d9e8 /docs/x509 | |
parent | 6fdc89517a6466a8ab3632f1caac872a8ba6d9de (diff) | |
download | cryptography-85fc4d51635e96adb5781a571acad062b4aa0d88.tar.gz cryptography-85fc4d51635e96adb5781a571acad062b4aa0d88.tar.bz2 cryptography-85fc4d51635e96adb5781a571acad062b4aa0d88.zip |
Minor pep8 and doc fixes
Diffstat (limited to 'docs/x509')
-rw-r--r-- | docs/x509/reference.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/x509/reference.rst b/docs/x509/reference.rst index 9d5006ae..2029c08f 100644 --- a/docs/x509/reference.rst +++ b/docs/x509/reference.rst @@ -405,7 +405,7 @@ X.509 Certificate Builder Sets the subject's distinguished name. :param name: The :class:`~cryptography.x509.Name` that describes the - subject (requester). + subject. .. method:: public_key(public_key) |