This commit is contained in:
Gabor Körber 2017-05-24 13:20:18 +02:00
parent 42dea45986
commit 6fea5815e6

View File

@ -24,14 +24,14 @@ In this example, parsing complete files:
all other functionality is planend to be in the high level api .game
e.g.:
```
for line in game_log.lines:
if isinstance(line, Log):
if line.unpack():
print(line.values.keys())
```
* unpack can be called several times, as it only unpacks once.
| unpack can be called several times, as it only unpacks once.