print() is a function in Python 3

Like #2740 but for the docs

Signed-off-by: Christian Clauss <cclauss@me.com>
This commit is contained in:
Christian Clauss 2020-12-28 18:51:17 +01:00 committed by aiordache
parent c4775504a6
commit dd1d572b4f
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ You can stream logs:
.. code-block:: python
>>> for line in container.logs(stream=True):
... print line.strip()
... print(line.strip())
Reticulating spline 2...
Reticulating spline 3...
...