Skip to content

Commit

Permalink
chore: update docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
slush committed Aug 30, 2024
1 parent 3399606 commit e7dd0e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ape/managers/converters.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ def convert(self, value: Any) -> int:

class HexListConverter(ConverterAPI):
"""
Convert list of hex values to single concatenated hex value.
Convert list of hex values to single concatenated ``HexBytes`` value.
"""

def is_convertible(self, value: Any) -> bool:
Expand Down

0 comments on commit e7dd0e1

Please sign in to comment.