aboutsummaryrefslogtreecommitdiffstats
path: root/docs/hazmat/primitives
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2014-04-29 18:26:11 -0700
committerAlex Gaynor <alex.gaynor@gmail.com>2014-04-29 18:26:11 -0700
commitfdf633015116a26b27eb7d3ecbe382c4a1738504 (patch)
tree06e6c7f383de15b961a3a2dfaec76dab89c55d61 /docs/hazmat/primitives
parent0c1cf7f9b0dfcbdb3e2a5db20da9c258d6cb4837 (diff)
downloadcryptography-fdf633015116a26b27eb7d3ecbe382c4a1738504.tar.gz
cryptography-fdf633015116a26b27eb7d3ecbe382c4a1738504.tar.bz2
cryptography-fdf633015116a26b27eb7d3ecbe382c4a1738504.zip
Use the short name in the docs
Diffstat (limited to 'docs/hazmat/primitives')
-rw-r--r--docs/hazmat/primitives/symmetric-encryption.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/hazmat/primitives/symmetric-encryption.rst b/docs/hazmat/primitives/symmetric-encryption.rst
index c2692ae2..c98b3814 100644
--- a/docs/hazmat/primitives/symmetric-encryption.rst
+++ b/docs/hazmat/primitives/symmetric-encryption.rst
@@ -77,7 +77,7 @@ an "encrypt-then-MAC" formulation as `described by Colin Percival`_.
provider.
If the backend doesn't support the requested combination of ``cipher``
- and ``mode`` an :class:`cryptography.exceptions.UnsupportedAlgorithm`
+ and ``mode`` an :class:`~cryptography.exceptions.UnsupportedAlgorithm`
exception will be raised.
.. _symmetric-encryption-algorithms: