Fix .split() -> .strip() typo in 'output peak column' arg for FlatPeaksCommand
authorW. Trevor King <wking@drexel.edu>
Thu, 12 Aug 2010 18:08:12 +0000 (14:08 -0400)
committerW. Trevor King <wking@drexel.edu>
Thu, 12 Aug 2010 18:08:12 +0000 (14:08 -0400)
hooke/plugin/flatfilt.py

index 1daeca20cb6de9aecaf03cc12b990e2a4a72b635..55a7d5ba0467a027eaa00566c5ad46a1897551d2 100644 (file)
@@ -131,7 +131,7 @@ Name of the column to use as the deflection input.
             new_columns=[
                 ('output peak column', 'flat filter peaks', """
 Name of the column (without units) to use as the peak output.
-""".split()),
+""".strip()),
                 ],
             arguments=[
                 Argument(name='peak info name', type='string',