Skip to content

Commit a5cee88

Browse files
committed
fix comment
1 parent ba17d87 commit a5cee88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

faster_hexbytes/_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
def to_bytes(val: Union[bytes, str, bytearray, bool, int, memoryview]) -> bytes:
1212
"""
13-
Equivalent to: `eth_utils.hexstr_if_str(eth_utils.to_bytes, val)` .
13+
Equivalent to: `faster_eth_utils.hexstr_if_str(faster_eth_utils.to_bytes, val)` .
1414
1515
Convert a hex string, integer, or bool, to a bytes representation.
1616
Alternatively, pass through bytes or bytearray as a bytes value.

0 commit comments

Comments
 (0)