Skip to content

Commit

Permalink
doc: add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
dtdang committed Aug 23, 2024
1 parent dc8fc55 commit 2f998b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ape/api/convert.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def convert(self, value: Any) -> ConvertedType:
convert("0x283Af0B28c62C092C9727F1Ee09c02CA627EB7F5", bytes)
# HexBytes('0x283af0b28c62c092c9727f1ee09c02ca627eb7f5')
convert("vitalik.eth", AddressType)
convert("vitalik.eth", AddressType) # with ape-ens plugin installed
# '0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045'
"""

0 comments on commit 2f998b8

Please sign in to comment.