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.
2 parents f0517f8 + 10ff403 commit 8615a61Copy full SHA for 8615a61
docs/index.rst
@@ -58,7 +58,7 @@ You can stream logs:
58
.. code-block:: python
59
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