summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNir Soffer <nsoffer@redhat.com>2016-05-28 22:45:16 +0300
committerNir Soffer <nsoffer@redhat.com>2016-05-28 22:45:16 +0300
commit9fd0159c478ba505b43cfcbeafd48dcf1a1631b3 (patch)
treeaa1b3c4b375c06f50eca5efb6cd8eacc0a0a42ae
parent4c5e850b49753cbed3a9a52f1fb5d5e5caaa8aa3 (diff)
downloadpython-systemd-9fd0159c478ba505b43cfcbeafd48dcf1a1631b3.tar.gz
readme: Remove duplicate 'is thrown'
-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
==============