Salome HOME
structure des fichiers rst et copyright
[modules/eficas.git] / doc / python_rules.rst
index 78d3342ec52c9c018bd8c161c38a85d2942e0749..45165edc95f9047f747ab70675134350bcb3ac7c 100644 (file)
@@ -1,8 +1,8 @@
 .. _python-label:
 
-===============================
+=======================
 rules for python syntax
-===============================
+=======================
 
 Variable names and identifier are similar to those in many other languages :
 ----------------------------------------------------------------------------
@@ -24,7 +24,7 @@ Some identifiers are reserved words :
        - REGLE, VALIDATOR, 
        - ETAPE, ENTITE
 
-Python's way for  assigning values to variables: 
+Python's way for  assigning values to variables 
 -------------------------------------------------
 
 * Keep in mind that .comm are python files. The simplest form of assignement is : variable = value