Skip to content

Commit 66e026a

Browse files
committed
spelling fix
1 parent d21f8cd commit 66e026a

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

src/legenddataflowscripts/par/geds/dsp/dplms.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ def par_geds_dsp_dplms() -> None:
3939
``--fft-raw-filelist`` : str
4040
Path to a text file listing the FFT raw LH5 input files.
4141
``--peak-file`` : str
42-
LH5 file containing pre-selected calibration peak events.
42+
LH5 file containing preselected calibration peak events.
4343
``--inplots`` : str, optional
4444
Existing pickle plot file to update with DPLMS plots.
4545
``--database`` : str

src/legenddataflowscripts/par/geds/dsp/eopt.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ def par_geds_dsp_eopt() -> None:
4949
**Command-line arguments**
5050
5151
``--peak-file`` : str
52-
LH5 file containing pre-selected calibration peak events (output of
52+
LH5 file containing preselected calibration peak events (output of
5353
``par-geds-dsp-evtsel``).
5454
``--decay-const`` : str
5555
JSON/YAML file with the current DSP parameter database (PZ constants,

src/legenddataflowscripts/par/geds/dsp/pz.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ def par_geds_dsp_pz() -> None:
5858
Raw LH5 input file(s).
5959
``--pz-files`` : list of str, optional
6060
Alternative input file(s) used instead of ``--raw-files`` when
61-
present (e.g. pre-selected PZ calibration events).
61+
present (e.g. preselected PZ calibration events).
6262
``--log`` : str, optional
6363
Path to the log file.
6464
"""

0 commit comments

Comments
 (0)