Skip to content

Commit 8615a61

Browse files
authored
Merge pull request #2743 from cclauss/patch-2
print() is a function in Python 3
2 parents f0517f8 + 10ff403 commit 8615a61

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)