diff options
author | Benjamin Peterson <benjamin@python.org> | 2015-10-12 20:59:07 -0700 |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2015-10-12 20:59:07 -0700 |
commit | 7f1aa4e9d4a766a7354d3e8f488bca0ec9f8e9da (patch) | |
tree | 5b95683ff75dcef9c65fe15bd5dd98b55ba96c0b /docs/x509 | |
parent | 9ed312baba7f4024d207a5fc56c3050b8d55b227 (diff) | |
download | cryptography-7f1aa4e9d4a766a7354d3e8f488bca0ec9f8e9da.tar.gz cryptography-7f1aa4e9d4a766a7354d3e8f488bca0ec9f8e9da.tar.bz2 cryptography-7f1aa4e9d4a766a7354d3e8f488bca0ec9f8e9da.zip |
nuke trailing whitespace
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 15078e9d..72603f42 100644 --- a/docs/x509/reference.rst +++ b/docs/x509/reference.rst @@ -520,7 +520,7 @@ X.509 Certificate Builder Must support the :class:`~cryptography.hazmat.backends.interfaces.X509Backend` interface. - + :returns: :class:`~cryptography.x509.Certificate` |