diff options
author | Paul Kehrer <paul.l.kehrer@gmail.com> | 2014-04-29 21:37:44 -0500 |
---|---|---|
committer | Paul Kehrer <paul.l.kehrer@gmail.com> | 2014-04-29 21:37:44 -0500 |
commit | 26f2d5352911ff99c9c7650c926eaa73c432064e (patch) | |
tree | 06e6c7f383de15b961a3a2dfaec76dab89c55d61 /docs/hazmat/primitives | |
parent | 0c1cf7f9b0dfcbdb3e2a5db20da9c258d6cb4837 (diff) | |
parent | fdf633015116a26b27eb7d3ecbe382c4a1738504 (diff) | |
download | cryptography-26f2d5352911ff99c9c7650c926eaa73c432064e.tar.gz cryptography-26f2d5352911ff99c9c7650c926eaa73c432064e.tar.bz2 cryptography-26f2d5352911ff99c9c7650c926eaa73c432064e.zip |
Merge pull request #979 from alex/short-link
Use the short name in the docs
Diffstat (limited to 'docs/hazmat/primitives')
-rw-r--r-- | docs/hazmat/primitives/symmetric-encryption.rst | 2 |
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: |