Salome HOME
Typo-fix by Kunda + fix user doc generation
[modules/smesh.git] / doc / salome / gui / SMESH / collect_mesh_methods.py
index 99457030cadf117e8f93bf95da567a33a5f7d44c..3566741ade9557c1b45120a3678e2980752fe671 100755 (executable)
@@ -184,8 +184,8 @@ if __name__ == "__main__":
                       action="store_true", default=False,
                       help=h)
     h = "Format of the documentation strings in the output file. Possible values are: "
                       action="store_true", default=False,
                       help=h)
     h = "Format of the documentation strings in the output file. Possible values are: "
-    h+= "'doxygen' - documentation strings are generated in the doxygen format, before a method defenition."
-    h+= "'sphinx' - documentation strings are generated in the sphinx format, after a method defenition."
+    h+= "'doxygen' - documentation strings are generated in the doxygen format, before a method definition."
+    h+= "'sphinx' - documentation strings are generated in the sphinx format, after a method definition."
     parser.add_argument("-f", "--format", dest="format",
                       action="store", default="doxygen", help=h)
 
     parser.add_argument("-f", "--format", dest="format",
                       action="store", default="doxygen", help=h)