From 2d72cbfba6a183f98626f7f63a286c57b05e24d0 Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Mon, 13 Apr 2015 08:49:18 -0400 Subject: Simpler language --- docs/hazmat/primitives/asymmetric/utils.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/hazmat/primitives/asymmetric/utils.rst b/docs/hazmat/primitives/asymmetric/utils.rst index f794643c..7380f0b5 100644 --- a/docs/hazmat/primitives/asymmetric/utils.rst +++ b/docs/hazmat/primitives/asymmetric/utils.rst @@ -15,7 +15,7 @@ Asymmetric Utilities :returns: The decoded tuple ``(r, s)``. - :raises ValueError: Raised if the signature is malformed in any way. + :raises ValueError: Raised if the signature is malformed. .. function:: encode_rfc6979_signature(r, s) -- cgit v1.2.3