diff options
| -rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 ============== |
