From 1943ef37a1ae0ae82965b3d894af857a35665669 Mon Sep 17 00:00:00 2001 From: Hubert Kario Date: Sat, 25 Jun 2022 17:47:53 +0200 Subject: [PATCH] fixup formatting in keys module --- src/ecdsa/keys.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ecdsa/keys.py b/src/ecdsa/keys.py index 397cf77f..2b7d3168 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`