diff options
author | Alex Gaynor <alex.gaynor@gmail.com> | 2014-03-18 10:23:13 -0700 |
---|---|---|
committer | Alex Gaynor <alex.gaynor@gmail.com> | 2014-03-18 10:23:13 -0700 |
commit | 9d64c02c142ed69750f8d04f3dd5849c593e8928 (patch) | |
tree | e0c2671f4af2d5acacb28c99506ae31d43d98078 /docs/hazmat/bindings | |
parent | 38c42635490d24d7ee88041b52002156c6f5a676 (diff) | |
parent | c5fffd3b33ace832697e2086411dc4e4f1ab03d0 (diff) | |
download | cryptography-9d64c02c142ed69750f8d04f3dd5849c593e8928.tar.gz cryptography-9d64c02c142ed69750f8d04f3dd5849c593e8928.tar.bz2 cryptography-9d64c02c142ed69750f8d04f3dd5849c593e8928.zip |
Merge pull request #827 from public/title-case
Standardise on sentence case for titles
Diffstat (limited to 'docs/hazmat/bindings')
-rw-r--r-- | docs/hazmat/bindings/commoncrypto.rst | 2 | ||||
-rw-r--r-- | docs/hazmat/bindings/index.rst | 2 | ||||
-rw-r--r-- | docs/hazmat/bindings/openssl.rst | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/docs/hazmat/bindings/commoncrypto.rst b/docs/hazmat/bindings/commoncrypto.rst index e5a673b3..9484cfa1 100644 --- a/docs/hazmat/bindings/commoncrypto.rst +++ b/docs/hazmat/bindings/commoncrypto.rst @@ -1,6 +1,6 @@ .. hazmat:: -CommonCrypto Binding +CommonCrypto binding ==================== .. currentmodule:: cryptography.hazmat.bindings.commoncrypto.binding diff --git a/docs/hazmat/bindings/index.rst b/docs/hazmat/bindings/index.rst index caab8d6a..ccd36e3e 100644 --- a/docs/hazmat/bindings/index.rst +++ b/docs/hazmat/bindings/index.rst @@ -13,7 +13,7 @@ Using these functions directly is likely to require you to be careful in managing memory allocation, locking and other resources. -Individual Bindings +Individual bindings ------------------- .. toctree:: diff --git a/docs/hazmat/bindings/openssl.rst b/docs/hazmat/bindings/openssl.rst index 9fce8f77..a6d1c484 100644 --- a/docs/hazmat/bindings/openssl.rst +++ b/docs/hazmat/bindings/openssl.rst @@ -1,6 +1,6 @@ .. hazmat:: -OpenSSL Binding +OpenSSL binding =============== .. currentmodule:: cryptography.hazmat.bindings.openssl.binding |