Skip to content

Commit

Permalink
Make sure docs fail as expected
Browse files Browse the repository at this point in the history
  • Loading branch information
kclowes committed Apr 3, 2020
1 parent f02e451 commit d229dbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eth_account/account.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ def decrypt(keyfile_json, password):
... 'id': 'b812f3f9-78cc-462a-9e89-74418aa27cb0',
... 'version': 3}
>>> Account.decrypt(encrypted, 'password')
HexBytes('0xb25c7db31feed9122727bf0939dc769a96564b2de4c4726d035b36ecf1e5b364')
HexBytes('0xb25c7db31feed9122727bf0939dc769a96564b2de4c4726d035b36ecf1')
"""
if isinstance(keyfile_json, str):
Expand Down

0 comments on commit d229dbf

Please sign in to comment.