aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2014-01-19 13:26:21 -0600
committerPaul Kehrer <paul.l.kehrer@gmail.com>2014-01-19 13:26:21 -0600
commitd6b8dfab17705f2fa2a49395f2b689b0b7d51b38 (patch)
tree0be59446f7477619631bee4ed1add39bc7dba304 /docs
parentb545e9e56fe1d2bb2c827cf61c4beb45826709e5 (diff)
downloadcryptography-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')
-rw-r--r--docs/hazmat/backends/common-crypto.rst4
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