Skip to content

Commit

Permalink
fixup formatting in keys module
Browse files Browse the repository at this point in the history
  • Loading branch information
tomato42 committed Jul 8, 2022
1 parent 4d9ed5d commit 1943ef3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ecdsa/keys.py
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down

0 comments on commit 1943ef3

Please sign in to comment.