aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2015-04-13 08:42:22 -0400
committerAlex Gaynor <alex.gaynor@gmail.com>2015-04-13 08:42:22 -0400
commit45a7fdb0a7c803dafe6a4deed00c166a8cfa2fc7 (patch)
treea2d0f7292254baee88ff5f58224bcb93230ae9d4
parent834c03e85aee34abeb60d08ac80a020565734c3a (diff)
downloadcryptography-45a7fdb0a7c803dafe6a4deed00c166a8cfa2fc7.tar.gz
cryptography-45a7fdb0a7c803dafe6a4deed00c166a8cfa2fc7.tar.bz2
cryptography-45a7fdb0a7c803dafe6a4deed00c166a8cfa2fc7.zip
Removed a confusing sentence
-rw-r--r--docs/hazmat/primitives/asymmetric/utils.rst3
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/hazmat/primitives/asymmetric/utils.rst b/docs/hazmat/primitives/asymmetric/utils.rst
index e16c76f1..f794643c 100644
--- a/docs/hazmat/primitives/asymmetric/utils.rst
+++ b/docs/hazmat/primitives/asymmetric/utils.rst
@@ -15,8 +15,7 @@ Asymmetric Utilities
:returns: The decoded tuple ``(r, s)``.
- :raises ValueError: Raised if the signature is malformed in any way. This
- **does not** ensure that the signature is *valid*.
+ :raises ValueError: Raised if the signature is malformed in any way.
.. function:: encode_rfc6979_signature(r, s)