aboutsummaryrefslogtreecommitdiffstats
path: root/docs/hazmat/backends
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2014-11-24 12:23:22 -1000
committerPaul Kehrer <paul.l.kehrer@gmail.com>2014-11-24 12:23:22 -1000
commit333ae9be186d5a3fc39c6b175774fd4d4413ed2c (patch)
treeec5bd014dd527a9f444bce62460fe87e9701d235 /docs/hazmat/backends
parent6c4302e64c8ee866bfde6cd0acd5a86a9b1834de (diff)
downloadcryptography-333ae9be186d5a3fc39c6b175774fd4d4413ed2c.tar.gz
cryptography-333ae9be186d5a3fc39c6b175774fd4d4413ed2c.tar.bz2
cryptography-333ae9be186d5a3fc39c6b175774fd4d4413ed2c.zip
update docs with review feedback
Diffstat (limited to 'docs/hazmat/backends')
-rw-r--r--docs/hazmat/backends/interfaces.rst5
1 files changed, 2 insertions, 3 deletions
diff --git a/docs/hazmat/backends/interfaces.rst b/docs/hazmat/backends/interfaces.rst
index 47553a9d..3cce1576 100644
--- a/docs/hazmat/backends/interfaces.rst
+++ b/docs/hazmat/backends/interfaces.rst
@@ -523,6 +523,5 @@ A specific ``backend`` may provide one or more of these interfaces.
:param bytes data: PEM formatted certificate data.
- :returns: An instance of a
- :class:`~cryptography.hazmat.primitives.interfaces.X509Certificate`
- provider.
+ :returns: An instance of
+ :class:`~cryptography.hazmat.primitives.interfaces.X509Certificate`.