Skip to content

Commit 9fd0159

Browse files
committed
readme: Remove duplicate 'is thrown'
1 parent 4c5e850 commit 9fd0159

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,9 +75,9 @@ 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 is thrown if sd_journald_sendv() results in
79-
an error. This might happen if there are no arguments or one of them
80-
is invalid.
78+
* A ValueError is thrown if sd_journald_sendv() results in an error.
79+
This might happen if there are no arguments or one of them is
80+
invalid.
8181

8282
Viewing Output
8383
==============

0 commit comments

Comments
 (0)