summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 2e0c9aa..b1913e1 100644
--- a/README.md
+++ b/README.md
@@ -75,9 +75,9 @@ Notes:
printf-style substitution is not supported. Perform any
substitution using Python's % operator or .format() capabilities
first.
- * A ValueError is thrown is thrown if sd_journald_sendv() results in
- an error. This might happen if there are no arguments or one of them
- is invalid.
+ * A ValueError is thrown if sd_journald_sendv() results in an error.
+ This might happen if there are no arguments or one of them is
+ invalid.
Viewing Output
==============