From 0fc591f609004de9b531fdd165ffa0b99c58d7c5 Mon Sep 17 00:00:00 2001 From: Terry Chia Date: Sun, 12 Oct 2014 22:21:01 +0800 Subject: Add missing period. --- docs/hazmat/primitives/interfaces.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/hazmat/primitives/interfaces.rst b/docs/hazmat/primitives/interfaces.rst index bffd3e2d..2ee2017c 100644 --- a/docs/hazmat/primitives/interfaces.rst +++ b/docs/hazmat/primitives/interfaces.rst @@ -669,7 +669,7 @@ Key derivation functions .. method:: update(data) - :param data bytes: The data you want to authenticate + :param data bytes: The data you want to authenticate. .. method:: finalize() -- cgit v1.2.3