From cd233c8d9963097f29d2c6970d5282b62667c8a3 Mon Sep 17 00:00:00 2001 From: Frederick Davies Date: Tue, 4 Jun 2024 22:19:28 +0200 Subject: [PATCH] fix par doc part 2 --- pypeit/par/pypeitpar.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pypeit/par/pypeitpar.py b/pypeit/par/pypeitpar.py index ac05766e4b..5e5a6212e0 100644 --- a/pypeit/par/pypeitpar.py +++ b/pypeit/par/pypeitpar.py @@ -3227,7 +3227,7 @@ def __init__(self, filt_iter=None, sobel_mode=None, edge_thresh=None, sobel_enha dtypes['trim_spec'] = list descr['trim_spec'] = 'User-defined truncation of all slits in the spectral direction.' \ 'Should be two integers, e.g. 100,150 trims 100 pixels from the ' \ - 'short wavelength end and 150 pixels from the long wavelength ' + 'short wavelength end and 150 pixels from the long wavelength ' \ 'end of the spectral axis of the detector.' defaults['max_shift_abs'] = 0.5