fixed rendering
diff --git a/docs/hazmat/primitives/cryptographic-hashes.rst b/docs/hazmat/primitives/cryptographic-hashes.rst
index a939998..76ca20c 100644
--- a/docs/hazmat/primitives/cryptographic-hashes.rst
+++ b/docs/hazmat/primitives/cryptographic-hashes.rst
@@ -36,6 +36,7 @@
: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.