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 ce2669e commit 10ff403Copy full SHA for 10ff403
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