Skip to content

Commit

Permalink
Fixed docstring type
Browse files Browse the repository at this point in the history
  • Loading branch information
Harjyot Singh authored Oct 20, 2018
1 parent b6b4ac4 commit d3c254a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cryptoconditions/crypto.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ def ed25519_generate_key_pair(seed=None):
Generate a new key pair.
Args:
seed (str) : seed for deterministic generation.
seed (bytes): 32-byte seed for deterministic generation.
Returns:
A tuple of (private_key, public_key) encoded in base58.
"""
Expand Down

0 comments on commit d3c254a

Please sign in to comment.