Skip to content

Commit 10ff403

Browse files
committed
print() is a function in Python 3
Like #2740 but for the docs Signed-off-by: Christian Clauss <[email protected]>
1 parent ce2669e commit 10ff403

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ You can stream logs:
5858
.. code-block:: python
5959
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)