Skip to content

Commit 20c8bf9

Browse files
author
Steve Ayers
committed
Use python terminology
1 parent 4e700c9 commit 20c8bf9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

protovalidate/internal/extra_func.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -767,7 +767,7 @@ def __h16(self) -> bool:
767767
# four valid hex digits, which is invalid in ipv6 addresses.
768768
raise ValueError
769769

770-
# Note that this will throw a ValueError also if string cannot be
770+
# Note that this will raise a ValueError also if string cannot be
771771
# converted to an int.
772772
value = int(string, 16)
773773

0 commit comments

Comments
 (0)