Fix typo in doc.

This commit is contained in:
Valentin Lorentz 2019-09-26 23:00:01 +02:00
parent a4f8e3f647
commit 5bfee2e72b
1 changed files with 2 additions and 2 deletions

View File

@ -38,11 +38,11 @@ class Reader(object):
The format is of the form:
```
entry_type entry_id1:
entry_type entry_id1
command1 arg1 arg1b
command2 arg2
entry_type entry_id2:
entry_type entry_id2
command3 arg3 arg13
```