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 Ulysses Souza
parent b72926b382
commit ce2669e3ed
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...
...