Salome HOME
Documentation review corrections
[modules/adao.git] / src / daComposant / daAlgorithms / TangentTest.py
index 6972d8f1794ed81ffd24990b58285c85bc3baaad..e653bed6aee29951efac9bb171f8092c8a457bcd 100644 (file)
@@ -159,7 +159,7 @@ class ElementaryAlgorithm(BasicObjects.Algorithm):
             msgs += ("\n")
             msgs += (__marge + "When |R-1|/Alpha is less than or equal to a stable value when Alpha varies,\n")
             msgs += (__marge + "the tangent is valid, until the accuracy of the calculation is reached.\n")
-            msgs += (__marge + "\n")
+            msgs += ("\n")
             msgs += (__marge + "If |R-1|/Alpha is very small, the code F is likely linear or quasi-linear,\n")
             msgs += (__marge + "and the tangent is valid until computational accuracy is reached.\n")
             #
@@ -229,4 +229,4 @@ class ElementaryAlgorithm(BasicObjects.Algorithm):
 
 # ==============================================================================
 if __name__ == "__main__":
-    print('\n AUTODIAGNOSTIC\n')
+    print("\n AUTODIAGNOSTIC\n")