diff options
| author | Alex Gaynor <alex.gaynor@gmail.com> | 2015-04-13 08:49:18 -0400 |
|---|---|---|
| committer | Alex Gaynor <alex.gaynor@gmail.com> | 2015-04-13 08:49:18 -0400 |
| commit | 2d72cbfba6a183f98626f7f63a286c57b05e24d0 (patch) | |
| tree | 5b2a72618cca543a868a7b80e6ac5d3d945b4e1b | |
| parent | 45a7fdb0a7c803dafe6a4deed00c166a8cfa2fc7 (diff) | |
| download | cryptography-2d72cbfba6a183f98626f7f63a286c57b05e24d0.tar.gz cryptography-2d72cbfba6a183f98626f7f63a286c57b05e24d0.tar.bz2 cryptography-2d72cbfba6a183f98626f7f63a286c57b05e24d0.zip | |
Simpler language
| -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) |
