From c444254b756e0ecf33829cadb3427c6bc530740b Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Fri, 19 Dec 2014 13:19:17 -0800 Subject: Fixed reST mistake --- docs/hazmat/primitives/asymmetric/rsa.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/hazmat/primitives') diff --git a/docs/hazmat/primitives/asymmetric/rsa.rst b/docs/hazmat/primitives/asymmetric/rsa.rst index aa8a6fb1..7f902fff 100644 --- a/docs/hazmat/primitives/asymmetric/rsa.rst +++ b/docs/hazmat/primitives/asymmetric/rsa.rst @@ -79,7 +79,7 @@ Verification The previous section describes what to do if you have a private key and want to sign something. If you have a public key, a message, and a signature, you can check that the public key genuinely was used to sign that specific message. You -also need to know which signing algorithm was used:: +also need to know which signing algorithm was used: .. doctest:: -- cgit v1.2.3