summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNir Soffer <nsoffer@redhat.com>2016-05-28 22:48:11 +0300
committerNir Soffer <nsoffer@redhat.com>2016-05-28 22:48:11 +0300
commit44acd1c9d1c4006561934dd74317ef6cb7327ec8 (patch)
tree9971b921b681b5d00b68c2ea7c4eb018f21987f5
parent9fd0159c478ba505b43cfcbeafd48dcf1a1631b3 (diff)
downloadpython-systemd-44acd1c9d1c4006561934dd74317ef6cb7327ec8.tar.gz
readme: Use "raised" instead of "thrown"
Should be more familiar to the users of this library.
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index b1913e1..fe5919c 100644
--- a/README.md
+++ b/README.md
@@ -75,7 +75,7 @@ Notes:
printf-style substitution is not supported. Perform any
substitution using Python's % operator or .format() capabilities
first.
- * A ValueError is thrown if sd_journald_sendv() results in an error.
+ * A ValueError is raised if sd_journald_sendv() results in an error.
This might happen if there are no arguments or one of them is
invalid.