@@ -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,8 @@ 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."""
338+ ,
338339 )
339340 group .add_option (
340341 "--mlabel" ,
@@ -446,7 +447,9 @@ def morph_error(self, msg, error):
446447 "--reverse" ,
447448 dest = "reverse" ,
448449 action = "store_true" ,
449- help = """Sort from highest to lowest instead.""" ,
450+ help = \
451+ """Sort from highest to lowest instead."""
452+ ,
450453 )
451454 group .add_option (
452455 "--serial-file" ,
@@ -1278,7 +1281,7 @@ def getPDFFromFile(fn):
12781281
12791282def main ():
12801283 parser = create_option_parser ()
1281- ( opts , pargs ) = parser .parse_args ()
1284+ opts , pargs = parser .parse_args ()
12821285 if opts .multiple_targets :
12831286 multiple_targets (parser , opts , pargs , stdout_flag = True )
12841287 elif opts .multiple_morphs :
0 commit comments