diff options
Diffstat (limited to 'docs/hazmat/primitives')
-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() |