mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Using python 3.x syntax for print
This commit is contained in:
parent
6c14fd9a26
commit
48b60c3380
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue