aboutsummaryrefslogtreecommitdiffstats
path: root/docs/hazmat/backends/openssl.rst
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2014-01-19 14:01:25 -0600
committerPaul Kehrer <paul.l.kehrer@gmail.com>2014-01-19 14:01:25 -0600
commitcfa2d6275e9c31e6fc61109e4853c5687d16532e (patch)
tree25dfa78886d883a03395ab46b4abe9a0a73776e1 /docs/hazmat/backends/openssl.rst
parent5882361dbd8b0f6f9c7933b173bc933cbd90097a (diff)
downloadcryptography-cfa2d6275e9c31e6fc61109e4853c5687d16532e.tar.gz
cryptography-cfa2d6275e9c31e6fc61109e4853c5687d16532e.tar.bz2
cryptography-cfa2d6275e9c31e6fc61109e4853c5687d16532e.zip
fix docs
Diffstat (limited to 'docs/hazmat/backends/openssl.rst')
-rw-r--r--docs/hazmat/backends/openssl.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/hazmat/backends/openssl.rst b/docs/hazmat/backends/openssl.rst
index b0bd3ae0..a1f2d28a 100644
--- a/docs/hazmat/backends/openssl.rst
+++ b/docs/hazmat/backends/openssl.rst
@@ -9,9 +9,9 @@ The `OpenSSL`_ C library.
This is the exposed API for the OpenSSL backend. It has one public attribute.
- .. attribute:: name
+ .. attribute:: name
- Returns ``openssl``, the string name of this backend.
+ The string name of this backend: ``"openssl"``
Using your own OpenSSL on Linux
-------------------------------