Fixes docstring

This commit is contained in:
Sergi Delgado Segura
2020-03-26 17:09:15 +01:00
parent f7260bc1ce
commit 4fad6b7b6f

View File

@@ -265,7 +265,7 @@ class Cryptographer:
Recovers an ECDSA public key from a given message and zbase32 signature.
Args:
message(:obj:`bytes`): the data to be signed.
message(:obj:`bytes`): original message from where the signature was generated.
zb32_sig(:obj:`str`): the zbase32 signature of the message.
Returns: