Add missing triple quote

This commit is contained in:
Jérôme Petazzoni 2017-01-20 14:01:58 -08:00 committed by GitHub
parent 366fb5b964
commit 9a3164a9d2
1 changed files with 1 additions and 0 deletions

View File

@ -99,3 +99,4 @@ reader.add_match('CONTAINER_NAME=web')
for msg in reader:
print '{CONTAINER_ID_FULL}: {MESSAGE}'.format(**msg)
```