summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2016-09-22 09:52:58 -0400
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2016-09-22 09:52:58 -0400
commitb9767792b97fe56b37bb59ee3d207ae359f1651c (patch)
treec184938bb9f0843e32cf6fca932bc224ba78d12d
parent177ac6d894e362b0d22a2765db280abed71cc07f (diff)
downloadpython-systemd-b9767792b97fe56b37bb59ee3d207ae359f1651c.tar.gz
docs: fix sphinx format warning
build/lib.linux-x86_64-3.5/systemd/journal.py:docstring of systemd.journal.stream:15: WARNING: Literal block expected; none found.
-rw-r--r--systemd/journal.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/systemd/journal.py b/systemd/journal.py
index e930164..a74d62f 100644
--- a/systemd/journal.py
+++ b/systemd/journal.py
@@ -461,9 +461,9 @@ def stream(identifier, priority=LOG_DEBUG, level_prefix=False):
will produce the following message in the journal::
- PRIORITY=7
- SYSLOG_IDENTIFIER=myapp
- MESSAGE=message...
+ PRIORITY=7
+ SYSLOG_IDENTIFIER=myapp
+ MESSAGE=message...
Using the interface with print might be more convenient: