aboutsummaryrefslogtreecommitdiffstats
path: root/docs/hazmat
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2013-12-04 17:28:24 -0600
committerAlex Gaynor <alex.gaynor@gmail.com>2013-12-04 17:28:24 -0600
commit0d23e94a09ea8c88d51692696363d9215c57b72a (patch)
tree26b53d4769e17127e300a889815eac287b255573 /docs/hazmat
parent289b600f867b671e94957e8eab3736d88091978a (diff)
downloadcryptography-0d23e94a09ea8c88d51692696363d9215c57b72a.tar.gz
cryptography-0d23e94a09ea8c88d51692696363d9215c57b72a.tar.bz2
cryptography-0d23e94a09ea8c88d51692696363d9215c57b72a.zip
Don't show so much stuff
Diffstat (limited to 'docs/hazmat')
-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 977a897b..e2cce195 100644
--- a/docs/hazmat/primitives/symmetric-encryption.rst
+++ b/docs/hazmat/primitives/symmetric-encryption.rst
@@ -330,7 +330,7 @@ Modes
.. danger::
When using this mode you MUST not use the decrypted data until
- :meth:`cryptography.hazmat.primitives.interfaces.CipherContext.finalize`
+ :meth:`~cryptography.hazmat.primitives.interfaces.CipherContext.finalize`
has been called. GCM provides NO guarantees of ciphertext integrity
until decryption is complete.