aboutsummaryrefslogtreecommitdiffstats
path: root/docs/contributing.rst
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2013-12-13 20:28:55 -0800
committerAlex Gaynor <alex.gaynor@gmail.com>2013-12-13 20:28:55 -0800
commitf8796b15a279db82cdefcd00bebfef4cdef8fee8 (patch)
treed356e592a7a174f356a8f5b9904860b95e9a0312 /docs/contributing.rst
parentb9dd85c661f405099a88b7a76aefde5f59a6b985 (diff)
downloadcryptography-f8796b15a279db82cdefcd00bebfef4cdef8fee8.tar.gz
cryptography-f8796b15a279db82cdefcd00bebfef4cdef8fee8.tar.bz2
cryptography-f8796b15a279db82cdefcd00bebfef4cdef8fee8.zip
Renamed bindings to backends
Diffstat (limited to 'docs/contributing.rst')
-rw-r--r--docs/contributing.rst2
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