]> SALOME platform Git repositories - modules/eficas.git/commitdiff
Salome HOME
*** empty log message ***
authorilct <>
Mon, 28 Nov 2011 09:17:34 +0000 (09:17 +0000)
committerilct <>
Mon, 28 Nov 2011 09:17:34 +0000 (09:17 +0000)
doc/python_rules.rst

index 519bdefc4876ba6ee8da023f40dddcdd106d94f3..78d3342ec52c9c018bd8c161c38a85d2942e0749 100644 (file)
@@ -21,8 +21,8 @@ Some identifiers are reserved words :
 * Eficas itself uses identifiers which become reserved words.  for example you can't use the following word, even if it would make some interesting names:
        - BLOC, EXCLUS, OPER, ASSD,
        - EVAL, FACT, FORM, JDC,
-       - REGLE, VALIDATOR, EXCLUS,
-       - ETAPE, ENTITITE
+       - REGLE, VALIDATOR, 
+       - ETAPE, ENTITE
 
 Python's way for  assigning values to variables: 
 -------------------------------------------------