print() is a function in Python 3

Signed-off-by: Christian Clauss <cclauss@me.com>
This commit is contained in:
Christian Clauss 2020-12-24 15:29:54 +01:00 committed by aiordache
parent 4ebeb36b46
commit 654e2d665c
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ You can stream logs:
```python
>>> for line in container.logs(stream=True):
... print line.strip()
... print(line.strip())
Reticulating spline 2...
Reticulating spline 3...
...