aboutsummaryrefslogtreecommitdiffstats
path: root/docs/hazmat/primitives/padding.rst
diff options
context:
space:
mode:
authorJay Parlar <parlar@gmail.com>2014-02-06 13:16:39 -0500
committerJay Parlar <parlar@gmail.com>2014-02-06 13:16:39 -0500
commit2a0a55935b2d2509a3b002246cffcf1ce78c7d3c (patch)
tree3508aa725a2157aa798f6308edbc5e4a0932afcc /docs/hazmat/primitives/padding.rst
parent09fd41dd385797faa967601a95d79e1d4e126e0d (diff)
downloadcryptography-2a0a55935b2d2509a3b002246cffcf1ce78c7d3c.tar.gz
cryptography-2a0a55935b2d2509a3b002246cffcf1ce78c7d3c.tar.bz2
cryptography-2a0a55935b2d2509a3b002246cffcf1ce78c7d3c.zip
Update padding.rst
Small typo fix
Diffstat (limited to 'docs/hazmat/primitives/padding.rst')
-rw-r--r--docs/hazmat/primitives/padding.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/hazmat/primitives/padding.rst b/docs/hazmat/primitives/padding.rst
index 4d79ac8f..764fef40 100644
--- a/docs/hazmat/primitives/padding.rst
+++ b/docs/hazmat/primitives/padding.rst
@@ -54,7 +54,7 @@ multiple of the block size.
.. class:: PaddingContext
- When calling ``padder()`` or ``unpadder()`` you will receive an a return
+ When calling ``padder()`` or ``unpadder()`` you will receive a return
object conforming to the ``PaddingContext`` interface. You can then call
``update(data)`` with data until you have fed everything into the context.
Once that is done call ``finalize()`` to finish the operation and obtain