From b12f76e1a38b8506f8d9884b9928b1cbce6d1509 Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Thu, 8 Aug 2013 19:05:18 -0700 Subject: Typo fix --- docs/primitives/symmetric-encryption.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/primitives/symmetric-encryption.rst b/docs/primitives/symmetric-encryption.rst index 779f087a..fe074f3e 100644 --- a/docs/primitives/symmetric-encryption.rst +++ b/docs/primitives/symmetric-encryption.rst @@ -7,8 +7,8 @@ where the encrypter and decrypter both use the same key. .. class:: cryptography.primitives.block.BlockCipher(cipher, mode) Block ciphers work by encrypting content in chunks, often 64- or 128-bits. - Theycombine an underlying algorithm (such as AES), with a mode (such as CBC, - CTR, or GCM). A simple example of encrypting content with AES is: + They combine an underlying algorithm (such as AES), with a mode (such as + CBC, CTR, or GCM). A simple example of encrypting content with AES is: .. code-block:: pycon -- cgit v1.2.3