Skip to content

Commit 44acd1c

Browse files
committed
readme: Use "raised" instead of "thrown"
Should be more familiar to the users of this library.
1 parent 9fd0159 commit 44acd1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ Notes:
7575
printf-style substitution is not supported. Perform any
7676
substitution using Python's % operator or .format() capabilities
7777
first.
78-
* A ValueError is thrown if sd_journald_sendv() results in an error.
78+
* A ValueError is raised if sd_journald_sendv() results in an error.
7979
This might happen if there are no arguments or one of them is
8080
invalid.
8181

0 commit comments

Comments
 (0)