diff options
author | Laurens Van Houtven <_@lvh.cc> | 2014-06-23 16:23:24 +0200 |
---|---|---|
committer | Laurens Van Houtven <_@lvh.cc> | 2014-06-23 16:23:24 +0200 |
commit | 1159af88ccb1bab81701ce7e48ba7527986c1d2f (patch) | |
tree | 2db42127e03803936d27971ecbabbe080a45e658 /docs/development | |
parent | 260e8870842fb19e29ce69e560f91c683e868771 (diff) | |
download | cryptography-1159af88ccb1bab81701ce7e48ba7527986c1d2f.tar.gz cryptography-1159af88ccb1bab81701ce7e48ba7527986c1d2f.tar.bz2 cryptography-1159af88ccb1bab81701ce7e48ba7527986c1d2f.zip |
Spelling fix: achieve
Diffstat (limited to 'docs/development')
-rw-r--r-- | docs/development/c-bindings.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/development/c-bindings.rst b/docs/development/c-bindings.rst index dbcd62f5..852896ea 100644 --- a/docs/development/c-bindings.rst +++ b/docs/development/c-bindings.rst @@ -84,7 +84,7 @@ Adding constant, types, functions... You can create bindings for any name that exists in some version of the library you're binding against. However, the project also has to -keep supporting older versions of the library. In order to acchieve +keep supporting older versions of the library. In order to achieve this, binding modules have ``CUSTOMIZATIONS`` and ``CONDITIONAL_NAMES`` constants. |