@@ -242,7 +242,7 @@ def morph_error(self, msg, error):
242242 help = (
243243 "Slope of the baseline. "
244244 "For a bulk material with scale factor 1, "
245- "this will have value -4\u03C0 times the atomic density. "
245+ "this will have value -4\u03c0 times the atomic density. "
246246 "Otherwise, you can estimate it by dividing the y "
247247 "position from the x position "
248248 "of the base of the first peak. "
@@ -334,7 +334,7 @@ def morph_error(self, msg, error):
334334 "--noplot" ,
335335 action = "store_false" ,
336336 dest = "plot" ,
337- help = """ Do not show a plot."" " ,
337+ help = "Do not show a plot." ,
338338 )
339339 group .add_option (
340340 "--mlabel" ,
@@ -446,7 +446,7 @@ def morph_error(self, msg, error):
446446 "--reverse" ,
447447 dest = "reverse" ,
448448 action = "store_true" ,
449- help = """ Sort from highest to lowest instead."" " ,
449+ help = "Sort from highest to lowest instead." ,
450450 )
451451 group .add_option (
452452 "--serial-file" ,
@@ -1278,7 +1278,7 @@ def getPDFFromFile(fn):
12781278
12791279def main ():
12801280 parser = create_option_parser ()
1281- ( opts , pargs ) = parser .parse_args ()
1281+ opts , pargs = parser .parse_args ()
12821282 if opts .multiple_targets :
12831283 multiple_targets (parser , opts , pargs , stdout_flag = True )
12841284 elif opts .multiple_morphs :
0 commit comments