diff options
author | Paul Kehrer <paul.l.kehrer@gmail.com> | 2014-01-19 13:31:35 -0600 |
---|---|---|
committer | Paul Kehrer <paul.l.kehrer@gmail.com> | 2014-01-19 13:31:35 -0600 |
commit | 5882361dbd8b0f6f9c7933b173bc933cbd90097a (patch) | |
tree | 0360a6b47b380923a02e2afc1edabb4f2c40c355 /docs/hazmat | |
parent | aed9e17b6080d540ba5b5aab5e3096581a4bbd13 (diff) | |
download | cryptography-5882361dbd8b0f6f9c7933b173bc933cbd90097a.tar.gz cryptography-5882361dbd8b0f6f9c7933b173bc933cbd90097a.tar.bz2 cryptography-5882361dbd8b0f6f9c7933b173bc933cbd90097a.zip |
update docs for name attribute
Diffstat (limited to 'docs/hazmat')
-rw-r--r-- | docs/hazmat/backends/openssl.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/hazmat/backends/openssl.rst b/docs/hazmat/backends/openssl.rst index 042ee87d..b0bd3ae0 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 - The string name of the backend. + Returns ``openssl``, the string name of this backend. Using your own OpenSSL on Linux ------------------------------- |