From 14968455bcc00af554a3371138f9ae530ff62afa Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Fri, 1 Nov 2013 14:05:14 -0700 Subject: fixed rendering --- docs/hazmat/primitives/cryptographic-hashes.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/hazmat/primitives/cryptographic-hashes.rst b/docs/hazmat/primitives/cryptographic-hashes.rst index a939998d..76ca20c0 100644 --- a/docs/hazmat/primitives/cryptographic-hashes.rst +++ b/docs/hazmat/primitives/cryptographic-hashes.rst @@ -36,6 +36,7 @@ Message Digests :return: a new instance of this object with a copied internal state. .. method:: finalize() + Finalize the current context and return the message digest as bytes. Once ``finalize`` is called this object can no longer be used. -- cgit v1.2.3