diff options
author | Paul Kehrer <paul.l.kehrer@gmail.com> | 2014-01-19 13:26:21 -0600 |
---|---|---|
committer | Paul Kehrer <paul.l.kehrer@gmail.com> | 2014-01-19 13:26:21 -0600 |
commit | d6b8dfab17705f2fa2a49395f2b689b0b7d51b38 (patch) | |
tree | 0be59446f7477619631bee4ed1add39bc7dba304 /docs/hazmat | |
parent | b545e9e56fe1d2bb2c827cf61c4beb45826709e5 (diff) | |
download | cryptography-d6b8dfab17705f2fa2a49395f2b689b0b7d51b38.tar.gz cryptography-d6b8dfab17705f2fa2a49395f2b689b0b7d51b38.tar.bz2 cryptography-d6b8dfab17705f2fa2a49395f2b689b0b7d51b38.zip |
increase indent and note the value of the attribute in the docs
Diffstat (limited to 'docs/hazmat')
-rw-r--r-- | docs/hazmat/backends/common-crypto.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/hazmat/backends/common-crypto.rst b/docs/hazmat/backends/common-crypto.rst index ad4cc210..afff9a16 100644 --- a/docs/hazmat/backends/common-crypto.rst +++ b/docs/hazmat/backends/common-crypto.rst @@ -11,8 +11,8 @@ The `CommonCrypto`_ C library provided by Apple on OS X and iOS. 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 ``commoncrypto``, the string name of this backend. .. _`CommonCrypto`: https://developer.apple.com/library/mac/documentation/Darwin/Reference/ManPages/man3/Common%20Crypto.3cc.html |