Merge pull request #1300 from jpetazzo/patch-1

Add missing triple quote
This commit is contained in:
Misty Stanley-Jones 2017-01-20 14:13:06 -08:00 committed by GitHub
commit 209bb1094a
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)
```