Descriptive text
diff --git a/docs/primitives/symmetric-encryption.rst b/docs/primitives/symmetric-encryption.rst
index 7b67bee..fb1a7cf 100644
--- a/docs/primitives/symmetric-encryption.rst
+++ b/docs/primitives/symmetric-encryption.rst
@@ -21,6 +21,9 @@
:param cipher: One of the ciphers described below.
:param mode: One of the modes described below.
+ ``encrypt()`` should be called repeatedly with new plaintext, and once the
+ full plaintext is fed in, ``finalize()`` should be called.
+
.. method:: encrypt(plaintext)
:param bytes plaintext: The text you wish to encrypt.