diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/hazmat/primitives/asymmetric/utils.rst | 2 |
1 files changed, 1 insertions, 1 deletions
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) |