From 2a0a55935b2d2509a3b002246cffcf1ce78c7d3c Mon Sep 17 00:00:00 2001 From: Jay Parlar Date: Thu, 6 Feb 2014 13:16:39 -0500 Subject: Update padding.rst Small typo fix --- docs/hazmat/primitives/padding.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/hazmat/primitives') 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 -- cgit v1.2.3