Using python 3.x syntax for print

This commit is contained in:
Tom Kent 2024-01-24 19:48:29 -06:00 committed by Pedro Algarvio
parent 6c14fd9a26
commit 48b60c3380

View file

@ -91,7 +91,7 @@ Space-delimited arguments to the function:
.. code-block:: bash
salt '*' cmd.exec_code python 'import sys; print sys.version'
salt '*' cmd.exec_code python 'import sys; print(sys.version)'
Optional, keyword arguments are also supported: