summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHubert Kario <hubert@kario.pl>2022-06-25 17:47:53 +0200
committerHubert Kario <hkario@redhat.com>2022-07-08 14:30:24 +0200
commit1943ef37a1ae0ae82965b3d894af857a35665669 (patch)
tree14748c0b8196950e323bd4a54b90eb97019f5603
parent4d9ed5d6b996ce25c04a7570c21c137a44c631fa (diff)
downloadecdsa-1943ef37a1ae0ae82965b3d894af857a35665669.tar.gz
fixup formatting in keys module
-rw-r--r--src/ecdsa/keys.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ecdsa/keys.py b/src/ecdsa/keys.py
index 397cf77..2b7d316 100644
--- a/src/ecdsa/keys.py
+++ b/src/ecdsa/keys.py
@@ -733,7 +733,7 @@ class SigningKey(object):
"""
Class for handling keys that can create signatures (private keys).
- :ivar `~ecdsa.curves.Curve` ~.curve: The Curve over which all the
+ :ivar `~ecdsa.curves.Curve` curve: The Curve over which all the
cryptographic operations will take place
:ivar default_hashfunc: the function that will be used for hashing the
data. Should implement the same API as :py:class:`hashlib.sha1`