From c5fffd3b33ace832697e2086411dc4e4f1ab03d0 Mon Sep 17 00:00:00 2001 From: Alex Stapleton Date: Tue, 18 Mar 2014 15:29:00 +0000 Subject: Standardise on sentence case for titles --- docs/hazmat/bindings/commoncrypto.rst | 2 +- docs/hazmat/bindings/index.rst | 2 +- docs/hazmat/bindings/openssl.rst | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'docs/hazmat/bindings') 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 -- cgit v1.2.3