diff options
author | Donald Stufft <donald@stufft.io> | 2013-12-15 20:13:02 -0800 |
---|---|---|
committer | Donald Stufft <donald@stufft.io> | 2013-12-15 20:13:02 -0800 |
commit | ffb7726fa3042e66e8011fbd17a8b6f83f0c8110 (patch) | |
tree | 0535ae742bacf071a19f74fc487a7d1b66cb092f /docs/contributing.rst | |
parent | a14c0fe87e4fbc44f566df0378f5af5a18822cb8 (diff) | |
parent | 41e5ab64e9526c1e759034bafb3d75c1492ff54d (diff) | |
download | cryptography-ffb7726fa3042e66e8011fbd17a8b6f83f0c8110.tar.gz cryptography-ffb7726fa3042e66e8011fbd17a8b6f83f0c8110.tar.bz2 cryptography-ffb7726fa3042e66e8011fbd17a8b6f83f0c8110.zip |
Merge pull request #308 from alex/rename-bindings
Renamed bindings to backends
Diffstat (limited to 'docs/contributing.rst')
-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 a8010a9a..cb9c7283 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 +:func:`~cryptography.hazmat.backends.default_backend`, but optionally allow specifying a different backend. C bindings |