Skip to content

Commit ce2669e

Browse files
cclaussUlysses Souza
authored andcommitted
print() is a function in Python 3
Signed-off-by: Christian Clauss <[email protected]>
1 parent b72926b commit ce2669e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ You can stream logs:
5858

5959
```python
6060
>>> for line in container.logs(stream=True):
61-
... print line.strip()
61+
... print(line.strip())
6262
Reticulating spline 2...
6363
Reticulating spline 3...
6464
...

0 commit comments

Comments
 (0)