diff options
author | Terry Chia <terrycwk1994@gmail.com> | 2014-10-12 22:21:01 +0800 |
---|---|---|
committer | Terry Chia <terrycwk1994@gmail.com> | 2014-10-20 22:58:48 +0800 |
commit | 0fc591f609004de9b531fdd165ffa0b99c58d7c5 (patch) | |
tree | 67397d4efd34245cf8bdce02a40a0e6411a890ba /docs/hazmat | |
parent | cc5e44578e040f552bb1b5f94d1b484f0a59bd47 (diff) | |
download | cryptography-0fc591f609004de9b531fdd165ffa0b99c58d7c5.tar.gz cryptography-0fc591f609004de9b531fdd165ffa0b99c58d7c5.tar.bz2 cryptography-0fc591f609004de9b531fdd165ffa0b99c58d7c5.zip |
Add missing period.
Diffstat (limited to 'docs/hazmat')
-rw-r--r-- | docs/hazmat/primitives/interfaces.rst | 2 |
1 files changed, 1 insertions, 1 deletions
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() |