diff options
author | Alex Gaynor <alex.gaynor@gmail.com> | 2014-01-03 15:03:17 -0800 |
---|---|---|
committer | Alex Gaynor <alex.gaynor@gmail.com> | 2014-01-03 15:03:17 -0800 |
commit | 327742c8e6271e2b6d809e891bd8e518b89994d9 (patch) | |
tree | 324a70bd84ddbc3490f20c0e3413ef1ecc6e3315 /docs/hazmat/bindings/index.rst | |
parent | eba623f88260a9a076ce3a4a71d1d61755327e05 (diff) | |
parent | f96db83a64bb0ac40d04d27383d7c2defbcec491 (diff) | |
download | cryptography-327742c8e6271e2b6d809e891bd8e518b89994d9.tar.gz cryptography-327742c8e6271e2b6d809e891bd8e518b89994d9.tar.bz2 cryptography-327742c8e6271e2b6d809e891bd8e518b89994d9.zip |
Merge branch 'master' into setup-install-extension
Conflicts:
setup.py
Diffstat (limited to 'docs/hazmat/bindings/index.rst')
-rw-r--r-- | docs/hazmat/bindings/index.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/hazmat/bindings/index.rst b/docs/hazmat/bindings/index.rst index 809eddfc..e2a17591 100644 --- a/docs/hazmat/bindings/index.rst +++ b/docs/hazmat/bindings/index.rst @@ -6,7 +6,7 @@ Bindings .. currentmodule:: cryptography.hazmat.bindings ``cryptography`` aims to provide low-level CFFI based bindings to multiple -native C libraries. These provide no automatic initialisation of the library +native C libraries. These provide no automatic initialization of the library and may not provide complete wrappers for its API. Using these functions directly is likely to require you to be careful in |