summaryrefslogtreecommitdiff
path: root/systemd/journal.py
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2015-09-17 00:05:36 +0200
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2015-09-17 11:53:45 +0200
commitbbbc6e8a921759e9ea7587356fbc1fe689eb77fd (patch)
treeb4a8bc48e70efb29380c411048634672b62a53c6 /systemd/journal.py
parent008aac74d7756af5d718e6d35c7a62cab0af584d (diff)
downloadpython-systemd-bbbc6e8a921759e9ea7587356fbc1fe689eb77fd.tar.gz
tests: add tests for Reader initialization
Diffstat (limited to 'systemd/journal.py')
-rw-r--r--systemd/journal.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/systemd/journal.py b/systemd/journal.py
index 598a085..3fe3d83 100644
--- a/systemd/journal.py
+++ b/systemd/journal.py
@@ -179,7 +179,7 @@ class Reader(_Reader):
return value
def _convert_entry(self, entry):
- """Convert entire journal entry utilising _covert_field"""
+ """Convert entire journal entry utilising _convert_field"""
result = {}
for key, value in entry.items():
if isinstance(value, list):