We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b72926b commit ce2669eCopy full SHA for ce2669e
README.md
@@ -58,7 +58,7 @@ You can stream logs:
58
59
```python
60
>>> for line in container.logs(stream=True):
61
-... print line.strip()
+... print(line.strip())
62
Reticulating spline 2...
63
Reticulating spline 3...
64
...
0 commit comments