We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e700c9 commit 20c8bf9Copy full SHA for 20c8bf9
1 file changed
protovalidate/internal/extra_func.py
@@ -767,7 +767,7 @@ def __h16(self) -> bool:
767
# four valid hex digits, which is invalid in ipv6 addresses.
768
raise ValueError
769
770
- # Note that this will throw a ValueError also if string cannot be
+ # Note that this will raise a ValueError also if string cannot be
771
# converted to an int.
772
value = int(string, 16)
773
0 commit comments