Salome HOME
Merge V9_dev branch into master
[modules/kernel.git] / doc / salome / salome_command.dox
index bf3c2e6ea9c4c832b9713bd326318449dbae5b6e..1ec93a04679eb18ae14370e60e5a300a0098fbd4 100644 (file)
@@ -97,7 +97,7 @@ From a Python script, use a SalomeInstance object:
 \code
 from salome_instance import SalomeInstance
 instance = SalomeInstance.start()
-print "Instance created and now running on port", instance.get_port()
+print("Instance created and now running on port", instance.get_port())
 ...
 instance.stop()
 \endcode