diff options
author | Paul Kehrer <paul.l.kehrer@gmail.com> | 2013-12-12 18:16:14 -0800 |
---|---|---|
committer | Paul Kehrer <paul.l.kehrer@gmail.com> | 2013-12-12 18:16:14 -0800 |
commit | ed139e7ed49c523de362c2486348bbdf9c57c451 (patch) | |
tree | a1672720a690ecf0713366c4e66a8a0bd484688e /docs | |
parent | 29b4a936821393a185b14d717c4241c2e415277f (diff) | |
parent | 2a5b4a8aafcfa3122c366c4415294eca9ad8de7f (diff) | |
download | cryptography-ed139e7ed49c523de362c2486348bbdf9c57c451.tar.gz cryptography-ed139e7ed49c523de362c2486348bbdf9c57c451.tar.bz2 cryptography-ed139e7ed49c523de362c2486348bbdf9c57c451.zip |
Merge pull request #301 from alex/typo
Fixed a mis-spelled word
Diffstat (limited to 'docs')
-rw-r--r-- | docs/contributing.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/contributing.rst b/docs/contributing.rst index 09833ed3..100f13f5 100644 --- a/docs/contributing.rst +++ b/docs/contributing.rst @@ -79,7 +79,7 @@ whether the signature was valid. APIs at the :doc:`/hazmat/primitives/index` layer should always take an explicit backend, APIs at the recipes layer should automatically use the :func:`~cryptography.hazmat.bindings.default_backend`, but optionally allow -specifiying a different backend. +specifying a different backend. C bindings ~~~~~~~~~~ |