summaryrefslogtreecommitdiff
path: root/lib/Crypto/Cipher
diff options
context:
space:
mode:
authorDwayne C. Litzenberger <dlitz@dlitz.net>2012-05-23 22:15:53 -0400
committerDwayne C. Litzenberger <dlitz@dlitz.net>2012-05-23 22:15:53 -0400
commit6ca6d21540b763073023136a964e489aee1d36c2 (patch)
tree1d4dbd020bdbd0c807aa6a64cb320db21b6cc6b5 /lib/Crypto/Cipher
parentcdcc48b064f298f7ea53b651ca726ed7f0aef81c (diff)
downloadpycrypto-6ca6d21540b763073023136a964e489aee1d36c2.tar.gz
Fix typos in docs
Diffstat (limited to 'lib/Crypto/Cipher')
-rw-r--r--lib/Crypto/Cipher/blockalgo.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Crypto/Cipher/blockalgo.py b/lib/Crypto/Cipher/blockalgo.py
index 8619a8a..dd183dc 100644
--- a/lib/Crypto/Cipher/blockalgo.py
+++ b/lib/Crypto/Cipher/blockalgo.py
@@ -111,7 +111,7 @@ MODE_OFB = 5
MODE_CTR = 6
#: OpenPGP. This mode is a variant of CFB, and it is only used in PGP and OpenPGP_ applications.
-#: A Initialization Vector (*IV*) is required.
+#: An Initialization Vector (*IV*) is required.
#:
#: Unlike CFB, the IV is not transmitted to the receiver. Instead, the *encrypted* IV is.
#: The IV is a random data block. Two of its bytes are duplicated to act as a checksum