From 0d23e94a09ea8c88d51692696363d9215c57b72a Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Wed, 4 Dec 2013 17:28:24 -0600 Subject: Don't show so much stuff --- docs/hazmat/primitives/symmetric-encryption.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/hazmat') 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. -- cgit v1.2.3