Skip to content

Commit b976779

Browse files
committed
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.
1 parent 177ac6d commit b976779

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

systemd/journal.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -461,9 +461,9 @@ def stream(identifier, priority=LOG_DEBUG, level_prefix=False):
461461
462462
will produce the following message in the journal::
463463
464-
PRIORITY=7
465-
SYSLOG_IDENTIFIER=myapp
466-
MESSAGE=message...
464+
PRIORITY=7
465+
SYSLOG_IDENTIFIER=myapp
466+
MESSAGE=message...
467467
468468
Using the interface with print might be more convenient:
469469

0 commit comments

Comments
 (0)