diff options
| author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2015-09-17 00:05:36 +0200 |
|---|---|---|
| committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2015-09-17 11:53:45 +0200 |
| commit | bbbc6e8a921759e9ea7587356fbc1fe689eb77fd (patch) | |
| tree | b4a8bc48e70efb29380c411048634672b62a53c6 /systemd/journal.py | |
| parent | 008aac74d7756af5d718e6d35c7a62cab0af584d (diff) | |
| download | python-systemd-bbbc6e8a921759e9ea7587356fbc1fe689eb77fd.tar.gz | |
tests: add tests for Reader initialization
Diffstat (limited to 'systemd/journal.py')
| -rw-r--r-- | systemd/journal.py | 2 |
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): |
