Skip to content

Commit 1943ef3

Browse files
committed
fixup formatting in keys module
1 parent 4d9ed5d commit 1943ef3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ecdsa/keys.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -733,7 +733,7 @@ class SigningKey(object):
733733
"""
734734
Class for handling keys that can create signatures (private keys).
735735
736-
:ivar `~ecdsa.curves.Curve` ~.curve: The Curve over which all the
736+
:ivar `~ecdsa.curves.Curve` curve: The Curve over which all the
737737
cryptographic operations will take place
738738
:ivar default_hashfunc: the function that will be used for hashing the
739739
data. Should implement the same API as :py:class:`hashlib.sha1`

0 commit comments

Comments
 (0)